mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Reset the D-Star network session id at all ends of transmissions.
This commit is contained in:
parent
f2f2866d15
commit
91a328935f
2 changed files with 15 additions and 6 deletions
|
|
@ -387,6 +387,9 @@ void CDStarControl::writeEndOfTransmission()
|
|||
m_networkWatchdog.stop();
|
||||
m_packetTimer.stop();
|
||||
|
||||
if (m_network != NULL)
|
||||
m_network->reset();
|
||||
|
||||
#if defined(DUMP_DSTAR)
|
||||
closeFile();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue