0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 06:39:49 +03:00

Fixed channel delete

This commit is contained in:
OneOfEleven
2023-10-19 19:30:53 +01:00
parent 3bae9b5cdb
commit 7e707cf99e
5 changed files with 80 additions and 54 deletions

View File

@ -547,7 +547,7 @@ void UI_DisplayMenu(void)
if (g_sub_menu_selection == 0)
strcpy(String, "USE\nMAIN SQL");
else
sprintf(String, "%d\n ", g_sub_menu_selection);
sprintf(String, "\n ", g_sub_menu_selection);
break;
case MENU_MIC_GAIN: