Added call to ReleaseFunctionLatchIfNeeded to status event branch of fsm so that the function latch will be released when needed without having to wait for a key press.
This commit is contained in:
parent
9038745b6f
commit
bec9ec0218
|
|
@ -1835,6 +1835,8 @@ void ui_updateFSM(bool *sync_rtx)
|
||||||
}
|
}
|
||||||
else if(event.type == EVENT_STATUS)
|
else if(event.type == EVENT_STATUS)
|
||||||
{
|
{
|
||||||
|
ReleaseFunctionLatchIfNeeded();
|
||||||
|
|
||||||
if (txOngoing || rtx_rxSquelchOpen())
|
if (txOngoing || rtx_rxSquelchOpen())
|
||||||
{
|
{
|
||||||
_ui_exitStandby(now);
|
_ui_exitStandby(now);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue