diff --git a/radio/src/mixer.cpp b/radio/src/mixer.cpp index 42ce5e63c1d..3e17919678d 100644 --- a/radio/src/mixer.cpp +++ b/radio/src/mixer.cpp @@ -1071,9 +1071,8 @@ void evalMixes(uint8_t tick10ms) // must be done after mixing because some functions use the inputs/channels values // must be done before limits because of the applyLimit function: it checks for safety switches which would be not initialized otherwise if (tick10ms) { - if(!luaSpeakerVolumeOn) - requiredSpeakerVolume = g_eeGeneral.speakerVolume + VOLUME_LEVEL_DEF; - + requiredSpeakerVolume = g_eeGeneral.speakerVolume + VOLUME_LEVEL_DEF; + requiredBacklightBright = g_eeGeneral.getBrightness(); if (radioGFEnabled()) {