mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
set poweroff button timer to 2sec
This commit is contained in:
parent
107d574c02
commit
bb05ccacb1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ struct DesktopMainView {
|
|||
TimerHandle_t poweroff_timer;
|
||||
};
|
||||
|
||||
#define DESKTOP_MAIN_VIEW_POWEROFF_TIMEOUT 3000
|
||||
#define DESKTOP_MAIN_VIEW_POWEROFF_TIMEOUT 2000
|
||||
|
||||
static void desktop_main_poweroff_timer_callback(TimerHandle_t timer) {
|
||||
DesktopMainView* main_view = pvTimerGetTimerID(timer);
|
||||
|
|
Loading…
Add table
Reference in a new issue