mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Reset the D-Star network session id at all ends of transmissions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user