Bug Fix
- Fixed display loop, had a typo lol
This commit is contained in:
parent
a1407a8e40
commit
f77a533226
Binary file not shown.
|
@ -221,7 +221,7 @@ delay
|
|||
if not chime then
|
||||
ux.setDisplays(keypads, "****DISARMED****", " READY TO ARM ")
|
||||
else
|
||||
ux.setDisplays(keypads, " DISARMED CHIME ", " READY TO ARM *")
|
||||
ux.setDisplays(keypads, " DISARMED CHIME ", " READY TO ARM ")
|
||||
end
|
||||
end
|
||||
elseif armState == 1 then -- We are armed stay
|
||||
|
|
Loading…
Reference in a new issue