We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2241f commit 98e74a3Copy full SHA for 98e74a3
1 file changed
src/systemtask/SystemTask.cpp
@@ -347,6 +347,7 @@ void SystemTask::Work() {
347
case Messages::OnChargingEvent:
348
batteryController.Update();
349
motorController.RunForDuration(15);
350
+ ReloadIdleTimer();
351
if (isSleeping && !isWakingUp) {
352
GoToRunning();
353
}
0 commit comments