Skip to content

Commit

Permalink
Master T40 treadmill cagnulein#2640
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Oct 9, 2024
1 parent 1e681de commit e87687f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
mcfBike->deviceDiscovered(b);
this->signalBluetoothDeviceConnected(mcfBike);
} else if ((b.name().startsWith(QStringLiteral("TRX ROUTE KEY")) ||
b.name().toUpper().startsWith(QStringLiteral("MASTERT40-")) ||
b.name().toUpper().startsWith(QStringLiteral("BH DUALKIT TREAD")) ||
b.name().toUpper().startsWith(QStringLiteral("BH-TR-"))) && !toorx && filter) {
this->setLastBluetoothDevice(b);
Expand Down

0 comments on commit e87687f

Please sign in to comment.