Add build option

This commit is contained in:
Armel FAUVEAU
2024-11-13 23:50:07 +01:00
parent 397561e0e1
commit 900b6aadec

View File

@@ -999,6 +999,9 @@ State[1] = 0
#ifdef ENABLE_SPECTRUM #ifdef ENABLE_SPECTRUM
| (1 << 5) | (1 << 5)
#endif #endif
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
| (1 << 6)
#endif
; ;
EEPROM_WriteBuffer(0x1FF0, State); EEPROM_WriteBuffer(0x1FF0, State);
} }