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
+5
View File
@@ -46,6 +46,8 @@ CCalDStarRX calDStarRX;
CCalDStarTX calDStarTX;
CCalDMR calDMR;
CCWIdTX cwIdTX;
CSerialPort serial;
CIO io;
@@ -75,5 +77,8 @@ void loop()
if (m_modemState == STATE_DMRCAL)
calDMR.process();
if (m_modemState == STATE_IDLE)
cwIdTX.process();
}