Change the M17 enable bit position for version 1 protocol.

This commit is contained in:
Jonathan Naylor
2020-11-10 16:58:03 +00:00
parent 067c1039d1
commit ffe0fd0cbb

View File

@@ -2031,7 +2031,7 @@ bool CSerialModem::setConfig1()
if (m_pocsagEnabled)
buffer[4U] |= 0x20U;
if (m_m17Enabled)
buffer[4U] |= 0x40U;
buffer[4U] |= 0x80U;
buffer[5U] = m_txDelay / 10U; // In 10ms units