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) {