Add Squelch level on MAIN ONLY

This commit is contained in:
Armel FAUVEAU
2024-02-06 00:37:25 +01:00
parent 9e462f777a
commit c2d5fc18b5

View File

@@ -801,6 +801,8 @@ void UI_DisplayMain(void)
// show the frequency in the main font
UI_PrintString(String, 32, 0, line + 3, 8);
}
sprintf(String, "SQL %d", gEeprom.SQUELCH_LEVEL);
UI_PrintStringSmallNormal(String, 46, 0, 6);
}
else
{