Call also ReloadIdleTimer

This commit is contained in:
hubmartin 2021-10-08 17:01:27 +02:00
parent fc2241fbf4
commit 98e74a3217

View file

@ -347,6 +347,7 @@ void SystemTask::Work() {
case Messages::OnChargingEvent:
batteryController.Update();
motorController.RunForDuration(15);
ReloadIdleTimer();
if (isSleeping && !isWakingUp) {
GoToRunning();
}