Skip to content

Commit

Permalink
Improve hidden menus (issue armel#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
armel committed May 3, 2024
1 parent 20ddf1e commit 014f946
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,8 @@ void Main(void)
{
gF_LOCK = true; // flag to say include the hidden menu items
#ifdef ENABLE_FEAT_F4HWN
uint8_t Data[8] = {0};
EEPROM_ReadBuffer(0x0E70, Data, 8);
gEeprom.KEY_LOCK = 0;
Data[4] = 0;
EEPROM_WriteBuffer(0x0E70, Data);

SETTINGS_SaveSettings();
gMenuCursor = 63; // move to hidden section, fix me if change... !!!
#endif
}
Expand Down

0 comments on commit 014f946

Please sign in to comment.