From 900b6aadec9f6f476de3e443439650de826ef979 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 13 Nov 2024 23:50:07 +0100 Subject: [PATCH] Add build option --- settings.c | 3 +++ 1 file changed, 3 insertions(+) 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); }