mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Change the M17 enable bit position for version 1 protocol.
This commit is contained in:
@@ -2031,7 +2031,7 @@ bool CSerialModem::setConfig1()
|
|||||||
if (m_pocsagEnabled)
|
if (m_pocsagEnabled)
|
||||||
buffer[4U] |= 0x20U;
|
buffer[4U] |= 0x20U;
|
||||||
if (m_m17Enabled)
|
if (m_m17Enabled)
|
||||||
buffer[4U] |= 0x40U;
|
buffer[4U] |= 0x80U;
|
||||||
|
|
||||||
buffer[5U] = m_txDelay / 10U; // In 10ms units
|
buffer[5U] = m_txDelay / 10U; // In 10ms units
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user