Skip to content

Commit

Permalink
Echelon Rower Sport 2, not displaying stats (Issue #2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Nov 6, 2024
1 parent 863dc63 commit 6680ff1
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 @@ -1736,7 +1736,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
ziproTreadmill->deviceDiscovered(b);
this->signalBluetoothDeviceConnected(ziproTreadmill);
} else if ((b.name().startsWith(QStringLiteral("ECH-ROW")) ||
b.name().toUpper().startsWith(QStringLiteral("ROWSPORT-")) ||
b.name().toUpper().startsWith(QStringLiteral("ROWSPORT")) ||
b.name().startsWith(QStringLiteral("ROW-S"))) &&
!echelonRower && filter) {
this->setLastBluetoothDevice(b);
Expand Down

0 comments on commit 6680ff1

Please sign in to comment.