mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
MDC RX
This commit is contained in:
parent
1198b17042
commit
949c4fb70c
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ void UI_DisplayMenu(void) {
|
||||||
|
|
||||||
case MENU_MDC_ID:
|
case MENU_MDC_ID:
|
||||||
{
|
{
|
||||||
gIsInSubMenu
|
// gIsInSubMenu
|
||||||
if (!gIsInSubMenu||edit_index<0) { // show the channel name
|
if (!gIsInSubMenu||edit_index<0) { // show the channel name
|
||||||
sprintf(edit, "%04X", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数
|
sprintf(edit, "%04X", gEeprom.MDC1200_ID); // %04X确保输出是4个字符长度的十六进制数
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue