mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add extra logging when starting and stopping the MMDVM.
This commit is contained in:
parent
d709c2bc60
commit
9085112b4d
2 changed files with 19 additions and 10 deletions
|
|
@ -362,7 +362,6 @@ bool CM17Control::writeModem(unsigned char* data, unsigned int len)
|
|||
// Remove any erronous EOF from the FN
|
||||
netData[M17_LSF_LENGTH_BYTES - M17_CRC_LENGTH_BYTES + 0U] &= 0x7FU;
|
||||
|
||||
|
||||
// The CRC is added in the networking code
|
||||
|
||||
m_network->write(netData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue