mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
fix little display digit overlap bug
This commit is contained in:
@ -685,7 +685,7 @@ void MENU_AcceptSetting(void)
|
||||
return;
|
||||
|
||||
case MENU_1_CALL:
|
||||
g_eeprom.chan_1_call = g_sub_menu_selection;
|
||||
g_eeprom2.config.call1 = g_sub_menu_selection;
|
||||
break;
|
||||
|
||||
case MENU_S_LIST:
|
||||
@ -1160,7 +1160,7 @@ void MENU_ShowCurrentSetting(void)
|
||||
return;
|
||||
|
||||
case MENU_1_CALL:
|
||||
g_sub_menu_selection = g_eeprom.chan_1_call;
|
||||
g_sub_menu_selection = g_eeprom2.config.call1;
|
||||
break;
|
||||
|
||||
case MENU_S_LIST:
|
||||
|
Reference in New Issue
Block a user