Change to the new method of M17 EOT transmission.

This commit is contained in:
Jonathan Naylor
2021-09-19 15:15:37 +01:00
parent cb89b34a39
commit 50a3afd66f
7 changed files with 33 additions and 47 deletions

View File

@@ -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;