0
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:
OneOfEleven
2023-11-01 08:51:56 +00:00
parent 010ee10516
commit b0f105572a
17 changed files with 179 additions and 179 deletions

View File

@ -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: