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