mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 15:30:23 +01:00
Clear the POCSAG screen properly.
This commit is contained in:
parent
e0549c27c1
commit
e57326aeef
|
|
@ -719,8 +719,9 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
|
|||
|
||||
void CNextion::clearPOCSAGInt()
|
||||
{
|
||||
sendCommand("t1.txt=\"MMDVM IDLE\"");
|
||||
sendCommand("t0.txt=\"Waiting\"");
|
||||
sendCommandAction(134U);
|
||||
sendCommand("t1.txt=\"\"");
|
||||
}
|
||||
|
||||
void CNextion::writeCWInt()
|
||||
|
|
|
|||
Loading…
Reference in a new issue