Skip to content

Commit 2db29d8

Browse files
committed
Update ftmsbike.cpp
1 parent ae5af86 commit 2db29d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/ftmsbike/ftmsbike.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ void ftmsbike::characteristicChanged(const QLowEnergyCharacteristic &characteris
822822
d = d / 10.0;
823823
// for this bike, i will use the resistance that I set directly because the bike sends a different ratio.
824824
// FS_YK should keep the last commanded resistance; its reported value uses a different scale.
825-
if(!SL010 && !TITAN_7000 && !SPORT01 && !FS_YK)
825+
if(!SL010 && !TITAN_7000 && !SPORT01 && !FS_YK) {
826826
Resistance = d;
827827
native_resistance_received = true;
828828
calculatedResistanceFallbackSince = QDateTime();

0 commit comments

Comments
 (0)