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

2
misc.c
View File

@ -83,6 +83,8 @@ bool gSetting_TX_EN;
uint8_t gSetting_F_LOCK;
bool gSetting_ScrambleEnable;
bool gSetting_backlight_on_rx;
#ifdef ENABLE_AM_FIX
bool gSetting_AM_fix;
#endif