From 0d6eb3d1bc6737113f75d7f6f863d8470b953c7c Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sun, 21 Jul 2024 22:39:55 +0200 Subject: [PATCH] Quick fix F_LOCK for VOXLess version --- archive/f4hwn.voxless.packed.v3.1.bin | Bin 61426 -> 61426 bytes main.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/f4hwn.voxless.packed.v3.1.bin b/archive/f4hwn.voxless.packed.v3.1.bin index 806b9e8e55d5c1b3cb8207076e4ece88b5710f6e..d6ffbcd931a948cfa962a980f09fdd4fc60cca8b 100644 GIT binary patch delta 19 bcmex#pZU{$<_#%38KX9*?(8;WN>u;=Xgmn& delta 19 bcmex#pZU{$<_#%38KXC+?(8;W%4h}vXs!uS diff --git a/main.c b/main.c index 287ad7437..5bbc664bc 100644 --- a/main.c +++ b/main.c @@ -129,7 +129,7 @@ void Main(void) gEeprom.KEY_LOCK = 0; SETTINGS_SaveSettings(); #ifndef ENABLE_VOX - gMenuCursor = 63; // move to hidden section, fix me if change... !!! + gMenuCursor = 62; // move to hidden section, fix me if change... !!! Remove VOX and Mic Bar #else gMenuCursor = 64; // move to hidden section, fix me if change... !!! #endif