diff --git a/openrtx/src/ui/ui.c b/openrtx/src/ui/ui.c index 9906be61..47b75587 100644 --- a/openrtx/src/ui/ui.c +++ b/openrtx/src/ui/ui.c @@ -1526,7 +1526,7 @@ void ui_updateFSM(event_t event, bool *sync_rtx) } else if(event.type == EVENT_STATUS) { - if (txOngoing) //TODO: check for open squelch + if (txOngoing || rtx_rxSquelchOpen()) { _ui_exitStandby(now); return;