Leave display in idle brightness for CW transmission

This commit is contained in:
phl0
2016-09-15 15:47:48 +02:00
parent 28775026d4
commit 4ea3a7e591

View File

@@ -238,8 +238,6 @@ void CNextion::writeCWInt()
sendCommand("page MMDVM");
char command[30];
::sprintf(command, "dim=%u", m_brightness);
sendCommand(command);
::sprintf(command, "t0.txt=\"%-6s / %u\"", m_callsign.c_str(), m_dmrid);