Add the duplex flag.

This commit is contained in:
Jonathan Naylor 2016-08-23 07:30:55 +01:00
parent bed4389be5
commit dd45dae63d

View file

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