Skip to content

Commit

Permalink
Proform Rower (Proform Sport RL) cannot change resistance from app (I…
Browse files Browse the repository at this point in the history
…ssue #1643)
  • Loading branch information
cagnulein committed Sep 27, 2023
1 parent dce2ba7 commit 22f935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proformrower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ void proformrower::update() {
writeCharacteristic(noOpData2, sizeof(noOpData2), QStringLiteral("noOp"));
break;
case 2:
writeCharacteristic(noOpData3, sizeof(noOpData3), QStringLiteral("noOp"));
writeCharacteristic(noOpData3, sizeof(noOpData3), QStringLiteral("noOp"), false, proform_rower_sport_rl);
if (requestResistance != -1 && proform_rower_sport_rl) {
if (requestResistance != currentResistance().value() && requestResistance >= 0 &&
requestResistance <= max_resistance) {
Expand Down

0 comments on commit 22f935c

Please sign in to comment.