This commit is contained in:
Armel FAUVEAU
2025-02-09 03:53:55 +01:00
parent fed607d272
commit 60bdac6a73

View File

@@ -1364,9 +1364,9 @@ void UI_DisplayMain(void)
*/ */
if (isMainVFO) { if (isMainVFO) {
if (gMonitor) { if (gMonitor) {
sprintf(String, "MONI"); strcpy(String, "MONI");
} else { } else {
sprintf(String, "SQL%d", gEeprom.SQUELCH_LEVEL); sprintf(String, "SQL%d", gEeprom.SQUELCH_LEVEL);
} }
if (gSetting_set_gui) { if (gSetting_set_gui) {