There was an error while loading. Please reload this page.
1 parent 1578e25 commit 4fb046dCopy full SHA for 4fb046d
1 file changed
src/devices/bluetooth.cpp
@@ -1070,6 +1070,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
1070
}
1071
this->signalBluetoothDeviceConnected(domyosBike);
1072
} else if ((((b.name().toUpper().startsWith(QStringLiteral("MRK-R11S-")) ||
1073
+ b.name().toUpper().startsWith(QStringLiteral("EW-ST-")) ||
1074
b.name().toUpper().startsWith(QStringLiteral("I-CONSOLE+"))) && iconsole_rower)) &&
1075
!trxappgateusbRower && ftms_bike.contains(QZSettings::default_ftms_bike) && filter) {
1076
this->setLastBluetoothDevice(b);
0 commit comments