Just replace the one text area

This commit is contained in:
phl0
2016-09-15 16:27:06 +02:00
parent 952bcb95ac
commit 5039b42027

View File

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