diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index e30e8262..0ad8305c 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -1835,6 +1835,8 @@ void ui_updateFSM(bool *sync_rtx) } else if(event.type == EVENT_STATUS) { + ReleaseFunctionLatchIfNeeded(); + if (txOngoing || rtx_rxSquelchOpen()) { _ui_exitStandby(now);