Skip to content

Commit

Permalink
fixed another One Drive induced problem
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Aug 19, 2024
1 parent 8bebf46 commit a379292
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ void SS2K::moveStepper(void *pvParameters) {
if (stepper) {
ss2k->stepperIsRunning = stepper->isRunning();
ss2k->currentPosition = stepper->getCurrentPosition();
// If we're in ERG mode, modify shift commands to inc/dec the target watts instead.
ss2k->FTMSModeShiftModifier();
if (!ss2k->externalControl) {
if ((rtConfig->getFTMSMode() == FitnessMachineControlPointProcedure::SetTargetPower) ||
(rtConfig->getFTMSMode() == FitnessMachineControlPointProcedure::SetTargetResistanceLevel)) {
Expand Down

0 comments on commit a379292

Please sign in to comment.