mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ void CNextion::setFMInt()
|
|||
}
|
||||
|
||||
sendCommand("t0.txt=\"FM\"");
|
||||
sendCommandAction(15U);
|
||||
sendCommandAction(18U);
|
||||
|
||||
m_clockDisplayTimer.stop();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue