Cancel function key latch if ptt is pressed (without playing the latch off beep).

This commit is contained in:
vk7js 2022-10-01 19:13:21 +10:00 committed by Silvano Seva
parent 793a76d1ea
commit f61313638f
1 changed files with 1 additions and 0 deletions

View File

@ -2072,6 +2072,7 @@ void ui_updateFSM(bool *sync_rtx)
if (txOngoing || rtx_rxSquelchOpen())
{
functionLatchTimer=0; // cancel the latch timer without beeping.
_ui_exitStandby(now);
return;
}