From f61313638fee4dad0f1b4688a0f03e8929d71b3d Mon Sep 17 00:00:00 2001 From: vk7js <58905135+vk7js@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:13:21 +1000 Subject: [PATCH] Cancel function key latch if ptt is pressed (without playing the latch off beep). --- openrtx/src/ui/ui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 9a889d13..28d39a17 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -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; }