Skip to content

Commit

Permalink
Pro-Form, model PFTL99015.0 #3209
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Feb 18, 2025
1 parent ddebfc7 commit c575159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,8 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
// connect(proformBike, SIGNAL(inclinationChanged(double)), this, SLOT(inclinationChanged(double)));
proformBike->deviceDiscovered(b);
this->signalBluetoothDeviceConnected(proformBike);
} else if ((b.name().startsWith(QStringLiteral("I_TL")) || b.name().startsWith(QStringLiteral("I_IT"))) &&
} else if ((b.name().startsWith(QStringLiteral("I_TL")) || b.name().startsWith(QStringLiteral("I_IT")) ||
b.name().toUpper().contains(QStringLiteral("_IFIT TREADMILL"))) &&
!proformTreadmill && filter) {
this->setLastBluetoothDevice(b);
this->stopDiscovery();
Expand Down

0 comments on commit c575159

Please sign in to comment.