Skip to content

Commit

Permalink
Connectivity issue with Saris/ Cycleops Hammer trainer #1724
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Oct 25, 2023
1 parent ed35ece commit 44beb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ void bluetooth::deviceDiscovered(const QBluetoothDeviceInfo &device) {
(b.name().toUpper().startsWith("DS25-")) || // Bodytone DS25
(b.name().toUpper().startsWith("SCHWINN 510T")) ||
(b.name().toUpper().startsWith("ZWIFT HUB")) || (b.name().toUpper().startsWith("MAGNUS ")) ||
(b.name().toUpper().startsWith("HAMMER ")) || // HAMMER 64123
(b.name().toUpper().startsWith("HAMMER ") && !power_as_bike) || // HAMMER 64123
(b.name().toUpper().startsWith("FLXCY-")) || // Pro FlexBike
(b.name().toUpper().startsWith("QB-WC01")) || // Nexgim QB-C01 smart bike
(b.name().toUpper().startsWith("XBR55")) || // Sprint XBR555
Expand Down

0 comments on commit 44beb23

Please sign in to comment.