From 4ea3a7e591c731b143f690967826d78e8a682e97 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 15 Sep 2016 15:47:48 +0200 Subject: [PATCH] Leave display in idle brightness for CW transmission --- Nextion.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Nextion.cpp b/Nextion.cpp index 882abb4..2d2c9e7 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -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);