mirror of
https://github.com/cagnulein/qdomyos-zwift.git
synced 2026-02-18 00:17:41 +01:00
Add EW-ST- Bluetooth name prefix for iconsole rower detection (#4289)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user