From bd3f6d81e2a9a579a02ec6423993e8b32862a8f4 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Mon, 4 Dec 2023 20:18:17 +0800 Subject: [PATCH] MDC RX --- .idea/workspace.xml | 22 +++++++++++++++++----- app/menu.c | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2f264d2..d975fd7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -20,9 +20,7 @@ - - - + diff --git a/app/menu.c b/app/menu.c index 2979171..b36d4b5 100644 --- a/app/menu.c +++ b/app/menu.c @@ -1642,7 +1642,7 @@ static void MENU_Key_UP_DOWN(bool bKeyPressed, bool bKeyHeld, int8_t Direction) uint8_t VFO; uint8_t Channel; bool bCheckScanList; -if(&& gIsInSubMenu && edit_index >= 0){ +if( gIsInSubMenu && edit_index >= 0){ if (UI_MENU_GetCurrentMenuId() == MENU_MEM_NAME) { // change the character if (bKeyPressed && edit_index < 10 && Direction != 0) { const char unwanted[] = "$%&!\"':;?^`|{}";