Add the DMO mode sync bytes in DMO mode.

This commit is contained in:
Jonathan Naylor
2016-08-23 19:06:16 +01:00
parent dd45dae63d
commit 02f555d299
4 changed files with 130 additions and 36 deletions

View File

@@ -784,7 +784,7 @@ bool CModem::setConfig()
buffer[3U] |= 0x02U;
if (m_pttInvert)
buffer[3U] |= 0x04U;
if (m_duplex)
if (!m_duplex)
buffer[3U] |= 0x80U;
buffer[4U] = 0x00U;