Adding 80 Hz square wave test signal support

This commit is contained in:
Andy CA6JAU 2017-12-30 20:47:48 -03:00
parent ee1d512132
commit b846e5a7f3
5 changed files with 41 additions and 9 deletions

View file

@ -93,7 +93,7 @@ void loop()
if (m_modemState == STATE_DSTARCAL)
calDStarTX.process();
if (m_modemState == STATE_DMRCAL)
if (m_modemState == STATE_DMRCAL || m_modemState == STATE_LFCAL)
calDMR.process();
if (m_modemState == STATE_IDLE)