There was an error while loading. Please reload this page.
1 parent 760a093 commit c97fd69Copy full SHA for c97fd69
1 file changed
src/devices/bluetooth.cpp
@@ -1994,6 +1994,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
1994
(b.name().toUpper().startsWith("SUITO")) || (b.name().toUpper().startsWith("D2RIDE")) ||
1995
(b.name().toUpper().startsWith("DIRETO X")) || (b.name().toUpper().startsWith("MERACH-667-")) ||
1996
(b.name().toUpper().startsWith("USDC-D700-")) ||
1997
+ (b.name().toUpper().startsWith("RCR-")) || // Van Rysel RCR (Decathlon)
1998
!b.name().compare(ftms_bike, Qt::CaseInsensitive) || (b.name().toUpper().startsWith("SMB1")) ||
1999
(b.name().toUpper().startsWith("UBIKE FTMS")) || (b.name().toUpper().startsWith("INRIDE")) ||
2000
(b.name().toUpper().startsWith("INCONDI")) || // inCondi S150i
0 commit comments