There was an error while loading. Please reload this page.
1 parent 845c1c3 commit d37479dCopy full SHA for d37479d
1 file changed
src/devices/bluetooth.cpp
@@ -1926,6 +1926,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
1926
(b.name().toUpper().startsWith("CECOTEC")) || // Cecotec DrumFit Indoor 10000 MagnoMotor Connected #2420
1927
(b.name().toUpper().startsWith("WATTBIKE")) ||
1928
(b.name().toUpper().startsWith("ZYCLEZBIKE")) ||
1929
+ (b.name().toUpper().startsWith("ZBIKE2.0")) ||
1930
(b.name().toUpper().startsWith("WAVEFIT-")) ||
1931
(b.name().toUpper().startsWith("KETTLERBLE")) ||
1932
(b.name().toUpper().startsWith("JAS_C3")) ||
0 commit comments