0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 22:31:25 +03:00

Update/fix the channel name edit menu

This commit is contained in:
OneOfEleven 2023-09-20 12:02:50 +01:00
parent e3c4f1d28c
commit 1424ce8401
4 changed files with 11 additions and 8 deletions

View File

@ -1679,6 +1679,8 @@ void MENU_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
case KEY_F:
if (gMenuCursor == MENU_MEM_NAME && edit_index >= 0)
{ // currently editing the channel name
if (!bKeyHeld && bKeyPressed)
{
gBeepToPlay = BEEP_1KHZ_60MS_OPTIONAL;
if (edit_index < 10)
{
@ -1690,6 +1692,7 @@ void MENU_ProcessKeys(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
}
gRequestDisplayScreen = DISPLAY_MENU;
}
}
break;
}

BIN
firmware

Binary file not shown.

Binary file not shown.

Binary file not shown.