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.
This commit is contained in:
William R. Pelfrey
2022-02-10 16:53:38 -05:00
committed by GitHub
parent efff4f0dc4
commit 6290449266

View File

@@ -274,7 +274,7 @@ void CNextion::setFMInt()
}
sendCommand("t0.txt=\"FM\"");
sendCommandAction(15U);
sendCommandAction(18U);
m_clockDisplayTimer.stop();