mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Improve the TFT Display handling.
This commit is contained in:
parent
647c5d652b
commit
833822d388
3 changed files with 58 additions and 46 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue