more hardening, when a net talkgroup hand releases if the state is non idle reset the state;

pull/121/merge
Bryan Biedenkapp 1 month ago
parent 6cd4b36446
commit 9449de77d4

@ -1010,6 +1010,11 @@ void Control::clock()
}
}
if (m_netState != RS_NET_IDLE) {
m_voice->resetNet();
m_netState = RS_NET_IDLE;
}
m_netLastDstId = 0U;
m_netLastSrcId = 0U;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.