diff options
| author | hubmartin <hub.martin@gmail.com> | 2021-10-08 15:01:27 (GMT) |
|---|---|---|
| committer | hubmartin <hub.martin@gmail.com> | 2021-10-08 15:01:27 (GMT) |
| commit | 98e74a32179420a74527532c902516db28795c29 (patch) | |
| tree | 09d5c93d567d89697b77d0b3f9f2c7f47784e570 /src/systemtask | |
| parent | fc2241fbf47d90510c8c01c3666f9fae5e56754b (diff) | |
Call also ReloadIdleTimer
Diffstat (limited to 'src/systemtask')
| -rw-r--r-- | src/systemtask/SystemTask.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemtask/SystemTask.cpp b/src/systemtask/SystemTask.cpp index 59c73d9..09c7e88 100644 --- a/src/systemtask/SystemTask.cpp +++ b/src/systemtask/SystemTask.cpp @@ -347,6 +347,7 @@ void SystemTask::Work() { case Messages::OnChargingEvent: batteryController.Update(); motorController.RunForDuration(15); + ReloadIdleTimer(); if (isSleeping && !isWakingUp) { GoToRunning(); } |
