This commit is contained in:
wanlop run 2024-01-29 14:54:48 +07:00
parent cd976b3f49
commit 01c4e279d0
4 changed files with 63 additions and 21 deletions

View file

@ -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