Just replace the one text area
This commit is contained in:
parent
952bcb95ac
commit
5039b42027
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue