Additional checks for POCSAG mode

This commit is contained in:
Andy CA6JAU 2018-06-21 20:48:42 -04:00
parent 654403afc0
commit 773c69afb0
2 changed files with 6 additions and 2 deletions

View file

@ -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();