mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-06 06:43:53 +00:00
Reset outgoing DG-IDs to zero for compatibility reasons.
This commit is contained in:
parent
70f956a0df
commit
e6a196f3a7
9 changed files with 16 additions and 11 deletions
|
|
@ -81,7 +81,7 @@ bool CFCSNetwork::open()
|
|||
return m_socket.open();
|
||||
}
|
||||
|
||||
void CFCSNetwork::write(unsigned int dgid, const unsigned char* data)
|
||||
void CFCSNetwork::write(unsigned int dgid, unsigned char dt, const unsigned char* data)
|
||||
{
|
||||
assert(data != NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue