mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Clear the POCSAG screen properly.
This commit is contained in:
@@ -719,8 +719,9 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
|
|||||||
|
|
||||||
void CNextion::clearPOCSAGInt()
|
void CNextion::clearPOCSAGInt()
|
||||||
{
|
{
|
||||||
sendCommand("t1.txt=\"MMDVM IDLE\"");
|
sendCommand("t0.txt=\"Waiting\"");
|
||||||
sendCommandAction(134U);
|
sendCommandAction(134U);
|
||||||
|
sendCommand("t1.txt=\"\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CNextion::writeCWInt()
|
void CNextion::writeCWInt()
|
||||||
|
|||||||
Reference in New Issue
Block a user