mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
fix show
This commit is contained in:
parent
38aec1624f
commit
a3bcb9a959
2 changed files with 11 additions and 2 deletions
|
@ -20,7 +20,10 @@
|
|||
</configurations>
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="cea36e80-e289-4d69-9030-7186d540ac0e" name="更改" comment="fix show" />
|
||||
<list default="true" id="cea36e80-e289-4d69-9030-7186d540ac0e" name="更改" comment="fix show">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/chinese.h" beforeDir="false" afterPath="$PROJECT_DIR$/chinese.h" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -95,6 +98,11 @@
|
|||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="Shell Script.win docker">
|
||||
<configuration default="true" type="CLionExternalRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" PASS_PARENT_ENVS_2="true">
|
||||
<method v="2">
|
||||
<option name="CLION.EXTERNAL.BUILD" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="clean" type="MAKEFILE_TARGET_RUN_CONFIGURATION" factoryName="Makefile" temporary="true">
|
||||
<makefile filename="$PROJECT_DIR$/Makefile" target="clean" workingDirectory="" arguments="">
|
||||
<envs />
|
||||
|
@ -236,6 +244,7 @@
|
|||
<workItem from="1703259273867" duration="8810000" />
|
||||
<workItem from="1703380739516" duration="6230000" />
|
||||
<workItem from="1703411329993" duration="17361000" />
|
||||
<workItem from="1703483110193" duration="591000" />
|
||||
</task>
|
||||
<task id="LOCAL-00050" summary="写频">
|
||||
<created>1701737194492</created>
|
||||
|
|
|
@ -243,7 +243,7 @@
|
|||
#define MDC尾音 "\x4D\x44\x43\x84\xE1\x8A\x01"
|
||||
#define MDC首音 "\x4D\x44\x43\x8A\x1E\x8A\x01"
|
||||
#define MDC首尾音 "\x4D\x44\x43\x8A\x1E\x84\xE1\x8A\x01"
|
||||
#define MDC首音加ROGER "\x4D\x44\x43\x8A\x1E\x8A\x01\x2B\x52\x4F\x47\x45\x52"
|
||||
#define MDC首音加ROGER "\x4D\x44\x43\x8A\x1E\x8A\x01\x2B\n\x52\x4F\x47\x45\x52"
|
||||
#define 除信道参数 "\x8A\xB7\x89\x89\x92\xC8\x87\xB8\x95\x19"
|
||||
#define 全部参数 "\x82\x65\x8D\x11\x87\xB8\x95\x19"
|
||||
#define 禁用全部 "\x93\xCF\x81\x50\x82\x65\x8D\x11"
|
||||
|
|
Loading…
Reference in a new issue