diff --git a/settings.c b/settings.c index d7a052e..9eefd19 100644 --- a/settings.c +++ b/settings.c @@ -999,6 +999,9 @@ State[1] = 0 #ifdef ENABLE_SPECTRUM | (1 << 5) #endif +#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK + | (1 << 6) +#endif ; EEPROM_WriteBuffer(0x1FF0, State); }