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:
vk7js 2022-06-03 22:22:08 +10:00 committed by Silvano Seva
parent 9038745b6f
commit bec9ec0218
1 changed files with 2 additions and 0 deletions

View File

@ -1835,6 +1835,8 @@ void ui_updateFSM(bool *sync_rtx)
}
else if(event.type == EVENT_STATUS)
{
ReleaseFunctionLatchIfNeeded();
if (txOngoing || rtx_rxSquelchOpen())
{
_ui_exitStandby(now);