This commit is contained in:
kong 2021-10-11 23:22:57 +07:00
parent 190115c463
commit 0cf2bbe777
10 changed files with 16 additions and 679 deletions

View file

@ -1409,14 +1409,17 @@
If StarwState = "Press" Then
Machine StrawOrder
Var LedLidBlink = "true"
EndIf
If LidState = "Press" Then
Machine LidOrder
Var LedLidBlink = "true"
EndIf
Var StarwState = "Enable"
Var LidState = "Enable"
;
EndIf