Skip to content

Commit

Permalink
Renpho smart bike r-q002 n (Issue #2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jun 22, 2024
1 parent 4610685 commit db1de5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
skandikaWiriBike->deviceDiscovered(b);
this->signalBluetoothDeviceConnected(skandikaWiriBike);
} else if (((b.name().toUpper().startsWith("RQ") && b.name().length() == 5) ||
(b.name().toUpper().startsWith("R-Q") && b.name().length() > 6) ||
(b.name().toUpper().startsWith("R-Q") && b.name().length() > 6 && !power_as_bike) ||
(b.name().toUpper().startsWith("SCH130")) || // not a renpho bike an FTMS one
((b.name().startsWith(QStringLiteral("TOORX"))) && toorx_ftms && !toorx_ftms_treadmill)) &&
!renphoBike && !snodeBike && !fitPlusBike && filter) {
Expand Down

0 comments on commit db1de5e

Please sign in to comment.