mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
修复侧键信令
This commit is contained in:
parent
f75faa4c38
commit
bb3fe8db8f
1 changed files with 1 additions and 0 deletions
|
@ -1598,6 +1598,7 @@ static void ProcessKey(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
|
||||||
if (gFlagStopTX)
|
if (gFlagStopTX)
|
||||||
{
|
{
|
||||||
gFlagStopTX = false;
|
gFlagStopTX = false;
|
||||||
|
APP_EndTransmission();
|
||||||
RADIO_SetupRegisters(true);
|
RADIO_SetupRegisters(true);
|
||||||
GUI_SelectNextDisplay(DISPLAY_MAIN);
|
GUI_SelectNextDisplay(DISPLAY_MAIN);
|
||||||
gEeprom.TX_VFO = gFlagLastVfo;
|
gEeprom.TX_VFO = gFlagLastVfo;
|
||||||
|
|
Loading…
Reference in a new issue