Cancel function key latch if ptt is pressed (without playing the latch off beep).
This commit is contained in:
parent
793a76d1ea
commit
f61313638f
|
|
@ -2072,6 +2072,7 @@ void ui_updateFSM(bool *sync_rtx)
|
||||||
|
|
||||||
if (txOngoing || rtx_rxSquelchOpen())
|
if (txOngoing || rtx_rxSquelchOpen())
|
||||||
{
|
{
|
||||||
|
functionLatchTimer=0; // cancel the latch timer without beeping.
|
||||||
_ui_exitStandby(now);
|
_ui_exitStandby(now);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue