Fix s-meter and DTMF overlaying problem

This commit is contained in:
Krzysiek Egzmont 2023-12-31 13:31:39 +01:00
parent 429cffc0bc
commit ac8c51d605

View File

@ -181,7 +181,7 @@ void DisplayRSSIBar(const bool now)
0b00011000, 0b00011000,
}; };
if (gEeprom.KEY_LOCK && gKeypadLocked > 0) if ((gEeprom.KEY_LOCK && gKeypadLocked > 0) || center_line != CENTER_LINE_RSSI)
return; // display is in use return; // display is in use
if (gCurrentFunction == FUNCTION_TRANSMIT || if (gCurrentFunction == FUNCTION_TRANSMIT ||