mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-22 16:30:21 +01:00
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:
parent
efff4f0dc4
commit
6290449266
|
|
@ -274,7 +274,7 @@ void CNextion::setFMInt()
|
|||
}
|
||||
|
||||
sendCommand("t0.txt=\"FM\"");
|
||||
sendCommandAction(15U);
|
||||
sendCommandAction(18U);
|
||||
|
||||
m_clockDisplayTimer.stop();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue