Skip to content

Commit 4fb046d

Browse files
authored
Add EW-ST- Bluetooth name prefix for iconsole rower detection (#4289)
1 parent 1578e25 commit 4fb046d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/devices/bluetooth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
10701070
}
10711071
this->signalBluetoothDeviceConnected(domyosBike);
10721072
} else if ((((b.name().toUpper().startsWith(QStringLiteral("MRK-R11S-")) ||
1073+
b.name().toUpper().startsWith(QStringLiteral("EW-ST-")) ||
10731074
b.name().toUpper().startsWith(QStringLiteral("I-CONSOLE+"))) && iconsole_rower)) &&
10741075
!trxappgateusbRower && ftms_bike.contains(QZSettings::default_ftms_bike) && filter) {
10751076
this->setLastBluetoothDevice(b);

0 commit comments

Comments
 (0)