Merge pull request #51 from silenty4ng/fix_menu

修复侧键信令
This commit is contained in:
losehu 2024-01-15 21:14:47 +08:00 committed by GitHub
commit d55a50e000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1598,6 +1598,7 @@ static void ProcessKey(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
if (gFlagStopTX)
{
gFlagStopTX = false;
APP_EndTransmission();
RADIO_SetupRegisters(true);
GUI_SelectNextDisplay(DISPLAY_MAIN);
gEeprom.TX_VFO = gFlagLastVfo;