kopia lustrzana https://github.com/OpenRTX/OpenRTX
Exit standby when the squelch is open
rodzic
ade9c47f71
commit
fefe2f6de0
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue