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.
2 parents 1d0943b + 98e74a3 commit c99feeeCopy full SHA for c99feee
1 file changed
src/systemtask/SystemTask.cpp
@@ -347,6 +347,10 @@ void SystemTask::Work() {
347
case Messages::OnChargingEvent:
348
batteryController.Update();
349
motorController.RunForDuration(15);
350
+ ReloadIdleTimer();
351
+ if (isSleeping && !isWakingUp) {
352
+ GoToRunning();
353
+ }
354
break;
355
case Messages::MeasureBatteryTimerExpired:
356
sendBatteryNotification = true;
0 commit comments