mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-29 06:41:25 +03:00
fix channel squelch menu text
This commit is contained in:
parent
80e3255fb6
commit
c8b6ce53fc
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
@ -547,7 +547,7 @@ void UI_DisplayMenu(void)
|
|||||||
if (g_sub_menu_selection == 0)
|
if (g_sub_menu_selection == 0)
|
||||||
strcpy(String, "USE\nMAIN SQL");
|
strcpy(String, "USE\nMAIN SQL");
|
||||||
else
|
else
|
||||||
sprintf(String, "\n ", g_sub_menu_selection);
|
sprintf(String, "%d", g_sub_menu_selection);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MENU_MIC_GAIN:
|
case MENU_MIC_GAIN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user