Skip to content

Commit

Permalink
Updated Gradual Wake Buzz values to try to match SleepTk
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberneel committed Nov 28, 2024
1 parent 673873e commit 8b96598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/motor/MotorController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ void MotorController::StopMotor(TimerHandle_t /*xTimer*/) {
}

void MotorController::GradualWakeBuzz() {
SetMotorStrength(40);
RunForDuration(540);
SetMotorStrength(80);
RunForDuration(100);
//xTimerStart(gradualWakeBuzzDelay, 0);
//xTimerStart(gradualWakeBuzzEnd, 0);
}
Expand Down

0 comments on commit 8b96598

Please sign in to comment.