diff --git a/ui/menu.c b/ui/menu.c index 217057f..6c9ad35 100644 --- a/ui/menu.c +++ b/ui/menu.c @@ -688,12 +688,13 @@ void UI_DisplayMenu(void) { // gIsInSubMenu if (!gIsInSubMenu||edit_index<0) { // show the channel name // sprintf(edit, "%04lX", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数 + sprintf(String, "%04X", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数 + edit[0]=String[0]; edit[1]=String[0]; edit[2]=String[0]; edit[3]=String[0]; - sprintf(String, "%04X", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数 UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 3);//4 } else { // show the channel name being edited