From 62904492668c303cd594054f363fb6cf44a40da2 Mon Sep 17 00:00:00 2001 From: "William R. Pelfrey" <94804472+AG4OJ@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:53:38 -0500 Subject: [PATCH] sendCommandAction(15) used twice sendCommand(15) used for LOCKOUT in line 235 and FM in line 277. Changing FM to unused 18 could be preferable. --- Nextion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nextion.cpp b/Nextion.cpp index 25b9d2b..4875fe5 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -274,7 +274,7 @@ void CNextion::setFMInt() } sendCommand("t0.txt=\"FM\""); - sendCommandAction(15U); + sendCommandAction(18U); m_clockDisplayTimer.stop();