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
988ee09c84
commit
bd3f6d81e2
2 changed files with 18 additions and 6 deletions
|
@ -20,9 +20,7 @@
|
|||
</configurations>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="cea36e80-e289-4d69-9030-7186d540ac0e" name="更改" comment="MDC RX">
|
||||
<change beforePath="$PROJECT_DIR$/app/menu.c" beforeDir="false" afterPath="$PROJECT_DIR$/app/menu.c" afterDir="false" />
|
||||
</list>
|
||||
<list default="true" id="cea36e80-e289-4d69-9030-7186d540ac0e" name="更改" comment="MDC RX" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -128,7 +126,7 @@
|
|||
<workItem from="1701413653518" duration="3544000" />
|
||||
<workItem from="1701430185864" duration="10115000" />
|
||||
<workItem from="1701559895523" duration="22519000" />
|
||||
<workItem from="1701678199532" duration="12135000" />
|
||||
<workItem from="1701678199532" duration="12919000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="bug fix">
|
||||
<created>1701136012311</created>
|
||||
|
@ -403,7 +401,21 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1701690633183</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="40" />
|
||||
<task id="LOCAL-00040" summary="MDC RX">
|
||||
<created>1701691499718</created>
|
||||
<option name="number" value="00040" />
|
||||
<option name="presentableId" value="LOCAL-00040" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1701691499718</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00041" summary="MDC RX">
|
||||
<created>1701692190748</created>
|
||||
<option name="number" value="00041" />
|
||||
<option name="presentableId" value="LOCAL-00041" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1701692190748</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="42" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
|
@ -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[] = "$%&!\"':;?^`|{}";
|
||||
|
|
Loading…
Reference in a new issue