Do pageboard

This commit is contained in:
kong 2021-07-03 23:19:20 +07:00
parent c4017b6b84
commit 632fe12b4b
7 changed files with 93 additions and 68 deletions

View file

@ -631,18 +631,6 @@
EndIf
DEBUGVAR CountUpBrewing
If CountUpBrewing = 5 Then
If StarwState = "Press" Then
Machine Straw
LED LedDoorLid Blink 255 255 255 255
EndIf
If LidState = "Press" Then
Machine Lid
LED LedDoorLid Blink 255 255 255 255
EndIf
EndIf
; animation video loop
If AnimationOn = "true" Then
Var CountUpBrewing = CountUpBrewing + 1