diff --git a/src/bluetooth.cpp b/src/bluetooth.cpp index 1cbc106d9..748b59080 100644 --- a/src/bluetooth.cpp +++ b/src/bluetooth.cpp @@ -1195,6 +1195,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) { !toorx_ftms && toorx_ftms_treadmill) || !b.name().compare(ftms_treadmill, Qt::CaseInsensitive) || b.name().toUpper().startsWith(QStringLiteral("MOBVOI TM")) || // FTMS + b.name().toUpper().startsWith(QStringLiteral("TUNTURI T60-")) || // FTMS b.name().toUpper().startsWith(QStringLiteral("KETTLER TREADMILL")) || // FTMS b.name().toUpper().startsWith(QStringLiteral("ASSAULTRUNNER")) || // FTMS (b.name().toUpper().startsWith(QStringLiteral("CTM")) && b.name().length() >= 15) || // FTMS