mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
fix battery cal menu input
This commit is contained in:
@ -145,7 +145,7 @@ void toggle_chan_scanlist(void)
|
||||
g_screen_to_display = DISPLAY_INVALID;
|
||||
GUI_SelectNextDisplay(DISPLAY_MENU);
|
||||
g_menu_cursor = MENU_MEM_SAVE;
|
||||
g_is_in_sub_menu = true;
|
||||
g_in_sub_menu = true;
|
||||
if (chan <= USER_CHANNEL_LAST)
|
||||
{
|
||||
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
|
||||
@ -452,7 +452,7 @@ void MAIN_Key_DIGITS(key_code_t Key, bool key_pressed, bool key_held)
|
||||
|
||||
// add the digit to the channel/frequency input box
|
||||
|
||||
INPUTBOX_Append(Key);
|
||||
INPUTBOX_append(Key);
|
||||
|
||||
g_request_display_screen = DISPLAY_MAIN;
|
||||
|
||||
|
Reference in New Issue
Block a user