Added backlight on RX menu option "BLT RX"

This commit is contained in:
OneOfEleven
2023-10-03 13:18:49 +01:00
parent ac05207ef0
commit 84e174544d
12 changed files with 21 additions and 5 deletions

View File

@@ -174,6 +174,8 @@ void SETTINGS_SaveSettings(void)
#ifdef ENABLE_AM_FIX
if (!gSetting_AM_fix) State[7] &= ~(1u << 5);
#endif
if (!gSetting_backlight_on_rx) State[7] &= ~(1u << 6);
EEPROM_WriteBuffer(0x0F40, State);
}