mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Add more sophistication to the network side of NXDN.
This commit is contained in:
parent
5a494b5536
commit
7e22cdfa7e
3 changed files with 32 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue