DO
This commit is contained in:
parent
f18511b8e4
commit
a62a2adc5e
11 changed files with 911 additions and 6 deletions
|
|
@ -31,8 +31,10 @@
|
|||
If TermTemOnline = "true" Then
|
||||
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
||||
;Machine DoorLidClose
|
||||
|
||||
If Seeker = "curr" Then
|
||||
Machine DoorLidClose
|
||||
EndIf
|
||||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var countDownRetrun = 30
|
||||
|
|
|
|||
|
|
@ -192,8 +192,8 @@
|
|||
Var Timeout = Timeout + 1
|
||||
|
||||
; Timeout 10*60*2
|
||||
If Timeout > 1200 Then
|
||||
SAVELOG "Timeout 1200"
|
||||
If Timeout > 900 Then
|
||||
SAVELOG "Timeout 900"
|
||||
If NextOrder = "true" Then
|
||||
|
||||
Var NextOrder = "false"
|
||||
|
|
|
|||
|
|
@ -169,8 +169,8 @@
|
|||
Var Timeout2 = Timeout2 + 1
|
||||
|
||||
; Timeout2 10*60*2
|
||||
If Timeout2 > 1100 Then
|
||||
SAVELOG "Timeout2 1100"
|
||||
If Timeout2 > 900 Then
|
||||
SAVELOG "Timeout2 900"
|
||||
|
||||
SAVELOG "Make next order by take-cup with close-maintenance 2"
|
||||
|
||||
|
|
|
|||
|
|
@ -537,6 +537,16 @@
|
|||
EndIf
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
|
||||
If blend_button_state = "Disable2" Then
|
||||
If hot_button_state = "Disable2" Then
|
||||
If cold_button_state = "PressForever" Then
|
||||
Var showOreoAddEnable = "Enable"
|
||||
Var showText8 = "Invisible"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR SubMenuGroupIDSlot6_1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue