Merge pull request #903 from Riksu9000/improved_notif_timeout

Improved notification timeout
This commit is contained in:
JF 2022-01-26 21:38:07 +01:00 committed by GitHub
commit 458f5b8eb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;