mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08: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:
committed by
GitHub
parent
efff4f0dc4
commit
6290449266
@@ -274,7 +274,7 @@ void CNextion::setFMInt()
|
||||
}
|
||||
|
||||
sendCommand("t0.txt=\"FM\"");
|
||||
sendCommandAction(15U);
|
||||
sendCommandAction(18U);
|
||||
|
||||
m_clockDisplayTimer.stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user