From db1de5ef31c849faf09697693810bc8caf507db8 Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Sat, 22 Jun 2024 21:04:35 +0200 Subject: [PATCH] Renpho smart bike r-q002 n (Issue #2401) --- src/devices/bluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bluetooth.cpp b/src/devices/bluetooth.cpp index a98e36046..328caea8c 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -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) {