mirror of
https://github.com/egzumer/uv-k5-firmware-custom
synced 2024-11-21 17:19:57 +00:00
Fix s-meter and DTMF overlaying problem
This commit is contained in:
parent
429cffc0bc
commit
ac8c51d605
@ -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 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user