Skip to content

Commit d37479d

Browse files
authored
Add support for ZBIKE2.0 in Bluetooth device detection
1 parent 845c1c3 commit d37479d

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
@@ -1926,6 +1926,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
19261926
(b.name().toUpper().startsWith("CECOTEC")) || // Cecotec DrumFit Indoor 10000 MagnoMotor Connected #2420
19271927
(b.name().toUpper().startsWith("WATTBIKE")) ||
19281928
(b.name().toUpper().startsWith("ZYCLEZBIKE")) ||
1929+
(b.name().toUpper().startsWith("ZBIKE2.0")) ||
19291930
(b.name().toUpper().startsWith("WAVEFIT-")) ||
19301931
(b.name().toUpper().startsWith("KETTLERBLE")) ||
19311932
(b.name().toUpper().startsWith("JAS_C3")) ||

0 commit comments

Comments
 (0)