This commit is contained in:
kong 2022-04-18 09:27:08 +07:00
parent ca374272bd
commit f7e129f038
4 changed files with 11 additions and 5 deletions

View file

@ -170,6 +170,8 @@
LED LedDoorCup 1 255 255 255 255
Var DelayButton = 0
</EventOpen>
<Timeout> 500 </Timeout>
<EventTimeout>
@ -353,7 +355,11 @@
EndIf
If CupChecking = "true" Then
Var buttonRemoveCup = "Enable"
If DelayButton > 2 Then
Var buttonRemoveCup = "Enable"
EndIf
Var DelayButton = DelayButton + 1
EndIf
TimerReset