0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

Menu timeout to 30 seconds

This commit is contained in:
OneOfEleven
2023-09-11 11:56:59 +01:00
parent cff04127d3
commit 6a1b7d8673
7 changed files with 23 additions and 19 deletions

View File

@ -1322,5 +1322,5 @@ void MENU_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
}
if (gScreenToDisplay == DISPLAY_MENU && gMenuCursor == MENU_VOL)
gVoltageMenuCountdown = 32;
gVoltageMenuCountdown = 2 * 30; // 30 sec
}