0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

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

@ -712,6 +712,7 @@ void BOARD_EEPROM_Init(void)
#ifdef ENABLE_AM_FIX
gSetting_AM_fix = (Data[7] & (1u << 5)) ? true : false;
#endif
gSetting_backlight_on_rx = (Data[7] & (1u << 6)) ? true : false;
if (!gEeprom.VFO_OPEN)
{