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.h
View File

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