Do keto sugar
This commit is contained in:
parent
274be15a8e
commit
c4017b6b84
9 changed files with 1624 additions and 16 deletions
|
|
@ -631,6 +631,18 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue