From c2d5fc18b5639f44ac22a36e3498d5a7a5c5c143 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Tue, 6 Feb 2024 00:37:25 +0100 Subject: [PATCH] Add Squelch level on MAIN ONLY --- ui/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/main.c b/ui/main.c index cfce189..b12157e 100644 --- a/ui/main.c +++ b/ui/main.c @@ -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 {