Do bug
This commit is contained in:
parent
ca374272bd
commit
f7e129f038
4 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue