mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 14:35:14 +00:00
Additional checks for POCSAG mode
This commit is contained in:
parent
654403afc0
commit
773c69afb0
2 changed files with 6 additions and 2 deletions
|
|
@ -330,6 +330,8 @@ uint8_t CSerialPort::setConfig(const uint8_t* data, uint8_t length)
|
|||
io.ifConf(STATE_P25, true);
|
||||
else if(m_nxdnEnable)
|
||||
io.ifConf(STATE_NXDN, true);
|
||||
else if(m_pocsagEnable)
|
||||
io.ifConf(STATE_POCSAG, true);
|
||||
}
|
||||
|
||||
io.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue