mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Improve the M17 networking.
This commit is contained in:
parent
e0f4928db5
commit
6e9174cf4c
6 changed files with 52 additions and 159 deletions
|
|
@ -737,7 +737,7 @@ void CNXDNControl::writeEndNet()
|
|||
|
||||
void CNXDNControl::writeNetwork()
|
||||
{
|
||||
unsigned char netData[40U];
|
||||
unsigned char netData[100U];
|
||||
bool exists = m_network->read(netData);
|
||||
if (!exists)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue