From df1cceb160120f18258f28cffa928bc816b3443e Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 2 May 2024 04:45:42 +0200 Subject: [PATCH] Improve hidden menus (issue #71) --- main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.c b/main.c index 68de643..2f99283 100644 --- a/main.c +++ b/main.c @@ -117,6 +117,10 @@ void Main(void) if (BootMode == BOOT_MODE_F_LOCK) { gF_LOCK = true; // flag to say include the hidden menu items + #ifdef ENABLE_FEAT_F4HWN + gEeprom.KEY_LOCK = 0; + gMenuCursor = 63; // move to hidden section, fix me if change... !!! + #endif } // count the number of menu items