mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add the DMO mode sync bytes in DMO mode.
This commit is contained in:
parent
dd45dae63d
commit
02f555d299
4 changed files with 130 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue