mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Power save count constant
This commit is contained in:
@ -36,7 +36,7 @@ void UI_DisplayMain(void)
|
||||
|
||||
memset(gFrameBuffer, 0, sizeof(gFrameBuffer));
|
||||
|
||||
if (gEeprom.KEY_LOCK && gKeypadLocked)
|
||||
if (gEeprom.KEY_LOCK && gKeypadLocked > 0)
|
||||
{
|
||||
UI_PrintString("Long press #", 0, display_width - 1, 1, 8);
|
||||
UI_PrintString("to unlock", 0, display_width - 1, 3, 8);
|
||||
|
Reference in New Issue
Block a user