mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Add the NXDN LICH processing.
This commit is contained in:
parent
b3169cbd4e
commit
e0a5ae7fb3
15 changed files with 374 additions and 46 deletions
|
|
@ -784,8 +784,7 @@ int CMMDVMHost::run()
|
|||
if (m_mode == MODE_NXDN) {
|
||||
m_modem->writeNXDNData(data, len);
|
||||
m_modeTimer.start();
|
||||
}
|
||||
else if (m_mode != MODE_LOCKOUT) {
|
||||
} else if (m_mode != MODE_LOCKOUT) {
|
||||
LogWarning("NXDN data received when in mode %u", m_mode);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue