There was an error while loading. Please reload this page.
1 parent d12bd17 commit b33c5afCopy full SHA for b33c5af
1 file changed
src/devices/ftmsbike/ftmsbike.cpp
@@ -354,7 +354,7 @@ void ftmsbike::forceResistance(resistance_t requestResistance) {
354
QStringLiteral("forceResistance ") + QString::number(requestResistance));
355
} else {
356
uint8_t write[] = {FTMS_SET_TARGET_RESISTANCE_LEVEL, 0x00};
357
- if(_3G_Cardio_RB || SL010)
+ if(_3G_Cardio_RB || SL010 || MRK_S36C)
358
requestResistance = requestResistance * 10;
359
write[1] = ((uint8_t)(requestResistance));
360
writeCharacteristic(write, sizeof(write),
0 commit comments