DO wait
This commit is contained in:
parent
cd976b3f49
commit
01c4e279d0
4 changed files with 63 additions and 21 deletions
|
|
@ -1238,8 +1238,8 @@
|
|||
|
||||
If BrewTimeoutExtend = 1 Then
|
||||
DEBUGVAR BrewTimeoutExtend
|
||||
DEBUGVAR DoorLidPosition
|
||||
If DoorLidPosition = "bottom" Then
|
||||
DEBUGVAR DoorCupPosition
|
||||
If DoorCupPosition = "bottom" Then
|
||||
SAVELOG "BrewTimeoutExtend = 0 Clear Error Flag"
|
||||
Var BrewTimeoutExtend = 0
|
||||
; clear stage
|
||||
|
|
@ -1256,8 +1256,9 @@
|
|||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If DoorLidPosition = "Bottom" Then
|
||||
If DoorCupPosition = "Bottom" Then
|
||||
Var BrewTimeoutExtend = 0
|
||||
|
||||
Else
|
||||
Var BrewTimeoutExtend = 0
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue