Skip to content

Commit

Permalink
Tacx Vortex #1734
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Oct 27, 2023
1 parent 50249a5 commit 09ab5b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1266,9 +1266,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
this->signalBluetoothDeviceConnected(technogymmyrunrfcommTreadmill);
}
#endif
} else if ((b.name().toUpper().startsWith("TACX NEO") ||
b.name().toUpper().startsWith(QStringLiteral("TACX FLOW")) ||
b.name().toUpper().startsWith(QStringLiteral("TACX FLUX")) ||
} else if ((b.name().toUpper().startsWith("TACX ") ||
b.name().toUpper().startsWith(QStringLiteral("THINK X")) ||
b.address() == QBluetoothAddress("C1:14:D9:9C:FB:01") || // specific TACX NEO 2 #1707
(b.name().toUpper().startsWith("TACX SMART BIKE"))) &&
Expand Down

0 comments on commit 09ab5b1

Please sign in to comment.