There was an error while loading. Please reload this page.
1 parent ae5af86 commit 2db29d8Copy full SHA for 2db29d8
1 file changed
src/devices/ftmsbike/ftmsbike.cpp
@@ -822,7 +822,7 @@ void ftmsbike::characteristicChanged(const QLowEnergyCharacteristic &characteris
822
d = d / 10.0;
823
// for this bike, i will use the resistance that I set directly because the bike sends a different ratio.
824
// FS_YK should keep the last commanded resistance; its reported value uses a different scale.
825
- if(!SL010 && !TITAN_7000 && !SPORT01 && !FS_YK)
+ if(!SL010 && !TITAN_7000 && !SPORT01 && !FS_YK) {
826
Resistance = d;
827
native_resistance_received = true;
828
calculatedResistanceFallbackSince = QDateTime();
0 commit comments