diff --git a/src/bluetooth.cpp b/src/bluetooth.cpp index 4f6e1bff1..1cbc106d9 100644 --- a/src/bluetooth.cpp +++ b/src/bluetooth.cpp @@ -1355,7 +1355,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { (b.name().toUpper().startsWith("ZUMO")) || (b.name().toUpper().startsWith("XS08-")) || (b.name().toUpper().startsWith("B94")) || (b.name().toUpper().startsWith("STAGES BIKE")) || (b.name().toUpper().startsWith("SUITO")) || (b.name().toUpper().startsWith("D2RIDE")) || - (b.name().toUpper().startsWith("DIRETO XR")) || + (b.name().toUpper().startsWith("DIRETO XR")) || (b.name().toUpper().startsWith("MERACH-667-")) || !b.name().compare(ftms_bike, Qt::CaseInsensitive) || (b.name().toUpper().startsWith("SMB1")) || (b.name().toUpper().startsWith("UBIKE FTMS")) || (b.name().toUpper().startsWith("INRIDE"))) && !ftmsBike && !snodeBike && !fitPlusBike && !stagesBike && filter) {