mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Add timer to return from CW Ident
This commit is contained in:
@@ -245,6 +245,15 @@ void CNextion::writeCWInt()
|
||||
|
||||
sendCommand(command);
|
||||
sendCommand("t1.txt=\"Sending CW Ident\"");
|
||||
|
||||
m_clockDisplayTimer.stop();
|
||||
|
||||
m_mode = MODE_CW;
|
||||
}
|
||||
|
||||
void CNextion::clearCWInt()
|
||||
{
|
||||
setIdleInt();
|
||||
}
|
||||
|
||||
void CNextion::clockInt(unsigned int ms)
|
||||
|
||||
Reference in New Issue
Block a user