Skip to content

Commit

Permalink
I'm unable to connect my EXERCYCLE H9365R V2 BH correctly. (Issue #2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 2, 2024
1 parent 579e306 commit 2e8c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
if (this->discoveryAgent && !this->discoveryAgent->isActive())
emit searchingStop();
this->signalBluetoothDeviceConnected(proformRower);
} else if ((b.name().toUpper().startsWith(QStringLiteral("B01_"))) && !bhFitnessElliptical && filter) {
} else if ((b.name().toUpper().startsWith(QStringLiteral("B01_"))) && ftms_bike.contains(QZSettings::default_ftms_bike) && !bhFitnessElliptical && filter) {
this->setLastBluetoothDevice(b);
this->stopDiscovery();
bhFitnessElliptical = new bhfitnesselliptical(noWriteResistance, noHeartService, bikeResistanceOffset,
Expand Down

0 comments on commit 2e8c4eb

Please sign in to comment.