Skip to content

Commit

Permalink
Elite smart trainer #1682
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Sep 30, 2023
1 parent da08e33 commit 4eec504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
npeCableBike->deviceDiscovered(b);
this->signalBluetoothDeviceConnected(npeCableBike);
} else if (((b.name().startsWith("FS-") && hammerRacerS) ||
(b.name().toUpper().startsWith("DI") && b.name().length() == 2) || // Elite smart trainer #1682
(b.name().toUpper().startsWith("DHZ-")) || // JK fitness 577
(b.name().toUpper().startsWith("MKSM")) || // MKSM3600036
(b.name().toUpper().startsWith("YS_C1_")) || // Yesoul C1H
Expand Down

0 comments on commit 4eec504

Please sign in to comment.