0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

display updates

This commit is contained in:
OneOfEleven
2023-10-30 00:40:34 +00:00
parent dac0cc0d18
commit 0596b74719
6 changed files with 25 additions and 13 deletions

View File

@ -302,7 +302,7 @@ void UI_update_rssi(const int16_t rssi, const int vfo)
#ifdef ENABLE_RX_SIGNAL_BAR
if (g_center_line == CENTER_LINE_RSSI)
{ // optional larger RSSI dBm, S-point and bar level
if (g_current_function == FUNCTION_RECEIVE)
if (g_current_function == FUNCTION_RECEIVE && g_squelch_open)
{
UI_DisplayRSSIBar(rssi, true);
}