mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Change to the new method of M17 EOT transmission.
This commit is contained in:
parent
cb89b34a39
commit
50a3afd66f
7 changed files with 33 additions and 47 deletions
|
|
@ -1534,6 +1534,7 @@ bool CModem::writeM17Data(const unsigned char* data, unsigned int length)
|
|||
break;
|
||||
case TAG_EOT:
|
||||
buffer[2U] = MMDVM_M17_EOT;
|
||||
::memcpy(buffer + 3U, data + 1U, length - 1U);
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue