Improve the TFT Display handling.

This commit is contained in:
Jonathan Naylor
2016-02-16 07:48:07 +00:00
parent 647c5d652b
commit 833822d388
3 changed files with 58 additions and 46 deletions

View File

@@ -57,6 +57,7 @@ bool CYSFControl::writeModem(unsigned char *data)
if (valid && m_state == RS_LISTENING) {
m_frames = 0U;
m_timeoutTimer.start();
m_display->writeFusion("XXXXXX");
m_state = RS_RELAYING_RF_AUDIO;
LogMessage("YSF, received RF header");
}