add auto power off timer setting [ci skip]

by @Dmitry422 with little fixes by @xMasterX
This commit is contained in:
MX
2024-12-06 12:18:51 +03:00
parent dd6e0a9b72
commit c9bc05199e
5 changed files with 124 additions and 12 deletions

View File

@@ -75,6 +75,9 @@ struct Desktop {
FuriTimer* auto_lock_timer;
FuriTimer* update_clock_timer;
//--- auto_power_off_timer
FuriTimer* auto_poweroff_timer;
//---
AnimationManager* animation_manager;
FuriSemaphore* animation_semaphore;