Skip to content

Commit

Permalink
Quick fix F_LOCK for VOXLess version
Browse files Browse the repository at this point in the history
  • Loading branch information
armel committed Jul 21, 2024
1 parent cb6c614 commit 0d6eb3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified archive/f4hwn.voxless.packed.v3.1.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d6eb3d

Please sign in to comment.