mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-04-01 16:57:23 +00:00
MDC RX
This commit is contained in:
parent
9a7035d20d
commit
c6f88b4879
1 changed files with 2 additions and 0 deletions
|
@ -1079,6 +1079,8 @@ void UI_DisplayMenu(void) {
|
|||
UI_MENU_GetCurrentMenuId() == MENU_DEL_CH) && gAskForConfirmation) { // display confirmation
|
||||
strcpy(String, (gAskForConfirmation == 1) ? "SURE?" : "WAIT!");
|
||||
UI_PrintStringSmall(String, menu_item_x1, menu_item_x2, 5);
|
||||
gRequestSaveSettings = 1;
|
||||
|
||||
}
|
||||
// for (int i = 0; i < 128; i++) {
|
||||
// // Set the 7th and 8th positions to 1, keep others unchanged
|
||||
|
|
Loading…
Add table
Reference in a new issue