Improved notification timeout

This commit is contained in:
Riku Isokoski
2022-01-01 16:22:35 +02:00
parent e0013e7304
commit 5e6868d9eb
4 changed files with 50 additions and 19 deletions

View File

@@ -239,6 +239,7 @@ void SystemTask::Work() {
if (!bleController.IsFirmwareUpdating()) {
doNotGoToSleep = false;
}
ReloadIdleTimer();
break;
case Messages::DisableSleeping:
doNotGoToSleep = true;