Fix for missing POCSAG start tone

This commit is contained in:
Andy CA6JAU 2018-07-20 14:17:33 -04:00
parent db3649827f
commit 4821d0e959
4 changed files with 12 additions and 2 deletions

View file

@ -102,7 +102,7 @@ void loop()
if (m_nxdnEnable && m_modemState == STATE_NXDN)
nxdnTX.process();
if (m_pocsagEnable && m_modemState == STATE_POCSAG)
if (m_pocsagEnable && (m_modemState == STATE_POCSAG || pocsagTX.busy()))
pocsagTX.process();
if (m_modemState == STATE_DSTARCAL)