Merge branch 'master' into P25

This commit is contained in:
Jonathan Naylor
2016-09-27 19:47:07 +01:00
26 changed files with 43736 additions and 42672 deletions

View File

@@ -352,6 +352,20 @@ void CTFTSerial::clearP25Int()
displayText(" ");
}
void CTFTSerial::writeCWInt()
{
gotoPosPixel(45U, 90U);
displayText("CW TX");
m_mode = MODE_CW;
}
void CTFTSerial::clearCWInt()
{
gotoPosPixel(45U, 90U);
displayText("IDLE");
}
void CTFTSerial::close()
{
m_serial.close();