Add the CW Id.

This commit is contained in:
Jonathan Naylor 2016-05-09 21:57:14 +01:00
parent 24e68639ae
commit 7f49e715f8
6 changed files with 228 additions and 0 deletions

View file

@ -49,6 +49,8 @@ CCalDStarRX calDStarRX;
CCalDStarTX calDStarTX;
CCalDMR calDMR;
CCWIdTX cwIdTX;
CSerialPort serial;
CIO io;
@ -78,6 +80,9 @@ void loop()
if (m_modemState == STATE_DMRCAL)
calDMR.process();
if (m_modemState == STATE_IDLE)
cwIdTX.process();
}
int main()