Do bug
This commit is contained in:
parent
ca374272bd
commit
f7e129f038
4 changed files with 11 additions and 5 deletions
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
#out_xml('\t<State> TouchLessQrStg </State>\r\n')
|
||||
#out_xml('\t<Service> "Herr" </Service>\r\n')
|
||||
out_xml('\t<State> WebAppShow </State>\r\n')
|
||||
out_xml('\t<State> TouchLessQrStg </State>\r\n')
|
||||
out_xml('\t<Service> testservice </Service>\r\n')
|
||||
|
||||
out_xml('\t</QRCode>\r\n')
|
||||
|
|
|
|||
|
|
@ -636,7 +636,7 @@
|
|||
<Color> "0xeae6e1" </Color>
|
||||
<QRColor> "0x513C2F" </Color>
|
||||
<Height> 150 </Height>
|
||||
<State> WebAppShow </State>
|
||||
<State> TouchLessQrStg </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
</Block>
|
||||
|
|
|
|||
|
|
@ -170,6 +170,8 @@
|
|||
|
||||
LED LedDoorCup 1 255 255 255 255
|
||||
|
||||
Var DelayButton = 0
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 500 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -353,7 +355,11 @@
|
|||
EndIf
|
||||
|
||||
If CupChecking = "true" Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
If DelayButton > 2 Then
|
||||
Var buttonRemoveCup = "Enable"
|
||||
EndIf
|
||||
|
||||
Var DelayButton = DelayButton + 1
|
||||
EndIf
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
|
|
@ -86,8 +86,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
Var MachineStage = "-"
|
||||
; Test
|
||||
;Var MachineStage = "-"
|
||||
|
||||
Var PayReference = ""
|
||||
Var Seeker.CreditReferenceTmp = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue