Fix RX not honoring Backlight on TX/RX settings properly

Fixes #317
This commit is contained in:
Juan Antonio 2023-12-24 22:56:28 +01:00
parent e929a79765
commit 986c0ce368

View File

@ -461,7 +461,7 @@ void APP_StartListening(FUNCTION_Type_t function)
AUDIO_AudioPathOn();
gEnableSpeaker = true;
if (gSetting_backlight_on_tx_rx != BACKLIGHT_ON_TR_OFF) {
if (gSetting_backlight_on_tx_rx & BACKLIGHT_ON_TR_RX) {
BACKLIGHT_TurnOn();
}