Just replace the one text area

This commit is contained in:
phl0 2016-09-15 16:27:06 +02:00
parent 952bcb95ac
commit 5039b42027
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 1 additions and 4 deletions

View File

@ -237,9 +237,6 @@ void CNextion::writeCWInt()
{
char command[30];
::sprintf(command, "t0.txt=\"%-6s / %u\"", m_callsign.c_str(), m_dmrid);
sendCommand(command);
sendCommand("t1.txt=\"Sending CW Ident\"");
m_clockDisplayTimer.stop();
@ -249,7 +246,7 @@ void CNextion::writeCWInt()
void CNextion::clearCWInt()
{
setIdleInt();
sendCommand("t1.txt=\"MMDVM IDLE\"");
}
void CNextion::clockInt(unsigned int ms)