Skip to content

Commit c97fd69

Browse files
authored
Add support for Van Rysel RCR bike
1 parent 760a093 commit c97fd69

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
@@ -1994,6 +1994,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
19941994
(b.name().toUpper().startsWith("SUITO")) || (b.name().toUpper().startsWith("D2RIDE")) ||
19951995
(b.name().toUpper().startsWith("DIRETO X")) || (b.name().toUpper().startsWith("MERACH-667-")) ||
19961996
(b.name().toUpper().startsWith("USDC-D700-")) ||
1997+
(b.name().toUpper().startsWith("RCR-")) || // Van Rysel RCR (Decathlon)
19971998
!b.name().compare(ftms_bike, Qt::CaseInsensitive) || (b.name().toUpper().startsWith("SMB1")) ||
19981999
(b.name().toUpper().startsWith("UBIKE FTMS")) || (b.name().toUpper().startsWith("INRIDE")) ||
19992000
(b.name().toUpper().startsWith("INCONDI")) || // inCondi S150i

0 commit comments

Comments
 (0)