Add EW-ST- Bluetooth name prefix for iconsole rower detection (#4289)

This commit is contained in:
Roberto Viola
2026-02-08 20:08:00 +01:00
committed by GitHub
parent 1578e25aca
commit 4fb046d9dc

View File

@@ -1070,6 +1070,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
}
this->signalBluetoothDeviceConnected(domyosBike);
} else if ((((b.name().toUpper().startsWith(QStringLiteral("MRK-R11S-")) ||
b.name().toUpper().startsWith(QStringLiteral("EW-ST-")) ||
b.name().toUpper().startsWith(QStringLiteral("I-CONSOLE+"))) && iconsole_rower)) &&
!trxappgateusbRower && ftms_bike.contains(QZSettings::default_ftms_bike) && filter) {
this->setLastBluetoothDevice(b);