From 2b51e5982a6e5ec2cdb8d270f2697360872e844c Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Tue, 18 Feb 2025 14:47:36 +0100 Subject: [PATCH] Kettler tour 600 #3207 --- src/devices/bluetooth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/bluetooth.cpp b/src/devices/bluetooth.cpp index 1bf830fb3..fa9ad341d 100644 --- a/src/devices/bluetooth.cpp +++ b/src/devices/bluetooth.cpp @@ -1728,6 +1728,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { (b.name().toUpper().startsWith("RACER S")) || ((b.name().toUpper().startsWith("KU")) && b.name().length() == 2) || (b.name().toUpper().startsWith("ELITETRAINER")) || + (b.name().toUpper().startsWith("TOUR 600")) || (b.name().toUpper().startsWith(QStringLiteral("QD")) && b.name().length() == 2) || (b.name().toUpper().startsWith(QStringLiteral("DFC")) && b.name().length() == 3) || (b.name().toUpper().startsWith(QStringLiteral("ASSIOMA")) &&