Skip to content

Commit

Permalink
Unable to connect Tunturi T60[BUG] #1932
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Dec 31, 2023
1 parent be13c41 commit 1274112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1274112

Please sign in to comment.