mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Add more sophistication to the network side of NXDN.
This commit is contained in:
@@ -983,7 +983,7 @@ void CNXDNControl::writeNetwork(const unsigned char *data, unsigned int count)
|
||||
if (m_rfTimeoutTimer.isRunning() && m_rfTimeoutTimer.hasExpired())
|
||||
return;
|
||||
|
||||
m_network->write(data + 2U, count, data[0U] == TAG_EOT);
|
||||
// m_network->write(data + 2U, count, data[0U] == TAG_EOT);
|
||||
}
|
||||
|
||||
void CNXDNControl::scrambler(unsigned char* data) const
|
||||
|
||||
Reference in New Issue
Block a user