mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Add the USDP metadata header to the FM network output.
This commit is contained in:
parent
82b5b010eb
commit
609f1e356a
5 changed files with 136 additions and 16 deletions
|
|
@ -79,7 +79,7 @@ bool CFMControl::writeModem(const unsigned char* data, unsigned int length)
|
|||
return true;
|
||||
|
||||
if (data[0U] == TAG_EOT)
|
||||
return m_network->writeEOT();
|
||||
return m_network->writeEnd();
|
||||
|
||||
if (data[0U] != TAG_DATA1)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue