mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Add the USDP metadata header to the FM network output.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user