mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-19 07:41:33 +03:00
Call also ReloadIdleTimer
This commit is contained in:
parent
fc2241fbf4
commit
98e74a3217
@ -347,6 +347,7 @@ void SystemTask::Work() {
|
||||
case Messages::OnChargingEvent:
|
||||
batteryController.Update();
|
||||
motorController.RunForDuration(15);
|
||||
ReloadIdleTimer();
|
||||
if (isSleeping && !isWakingUp) {
|
||||
GoToRunning();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user