mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Roll back holdoff timer changes.
This commit is contained in:
parent
90772a2a9b
commit
e600cf36bb
2 changed files with 2 additions and 7 deletions
|
|
@ -84,8 +84,7 @@ bool CYSFControl::writeModem(unsigned char *data)
|
|||
if (fi == YSF_FI_TERMINATOR)
|
||||
return false;
|
||||
|
||||
if (m_netState == RS_NET_IDLE)
|
||||
m_holdoffTimer.stop();
|
||||
m_holdoffTimer.stop();
|
||||
|
||||
m_rfFrames = 0U;
|
||||
m_rfErrs = 0U;
|
||||
|
|
@ -365,7 +364,6 @@ void CYSFControl::writeNetwork()
|
|||
LogMessage("YSF, received network data from %10.10s to %10.10s at %10.10s", m_netSource, m_netDest, data + 4U);
|
||||
|
||||
m_netTimeoutTimer.start();
|
||||
m_holdoffTimer.start();
|
||||
m_netState = RS_NET_AUDIO;
|
||||
m_netFrames = 0U;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue