8.88
This commit is contained in:
parent
baf69ad9bc
commit
57eece60d0
5 changed files with 12 additions and 20 deletions
Binary file not shown.
|
|
@ -4,4 +4,11 @@ Var CheckCupStateDoorCupClose = "-"
|
||||||
Var CheckCupStateDoorCupCloseCnt = 0
|
Var CheckCupStateDoorCupCloseCnt = 0
|
||||||
Var CoundUpDelayCertainStage = 0
|
Var CoundUpDelayCertainStage = 0
|
||||||
Var TimeoutForProtectButtonHideLongTime = 0
|
Var TimeoutForProtectButtonHideLongTime = 0
|
||||||
Var Timeout = 0
|
Var Timeout = 0
|
||||||
|
|
||||||
|
|
||||||
|
If show_eng = "true" Then
|
||||||
|
|
||||||
|
Else
|
||||||
|
Play "/mnt/sdcard/coffeevending/taobin_project/sound_thai/remove_cup.mp3"
|
||||||
|
EndIf
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
If show_eng = "true" Then
|
If show_eng = "true" Then
|
||||||
|
|
||||||
Else
|
Else
|
||||||
If Timeout = 0 Then
|
If Timeout = 14 Then
|
||||||
If buttonRemoveCup = "Enable" Then
|
If buttonRemoveCup = "Enable" Then
|
||||||
If CupChecking = "false" Then
|
If CupChecking = "false" Then
|
||||||
If DoorCupPosition = "bottom" Then
|
If DoorCupPosition = "bottom" Then
|
||||||
|
|
|
||||||
|
|
@ -1350,22 +1350,7 @@
|
||||||
|
|
||||||
<EventUnitTest4>
|
<EventUnitTest4>
|
||||||
Var XMLProfile = "ProfileIncrease15"
|
Var XMLProfile = "ProfileIncrease15"
|
||||||
PRICE "Reset" "-"
|
|
||||||
PRICE "Load" "-"
|
|
||||||
PRICE "CheckAndApply" XMLProfile
|
|
||||||
|
|
||||||
DEBUGVAR ProfileIndex[0]
|
|
||||||
DEBUGVAR ProfileIndex[1]
|
|
||||||
DEBUGVAR ProfileIndex[2]
|
|
||||||
DEBUGVAR ProfileIndex[3]
|
|
||||||
DEBUGVAR ProfileIndex[4]
|
|
||||||
DEBUGVAR ProfileIndex[5]
|
|
||||||
DEBUGVAR ProfileIndex[6]
|
|
||||||
DEBUGVAR ProfileIndex[7]
|
|
||||||
DEBUGVAR ProfileIndex[8]
|
|
||||||
DEBUGVAR ProfileIndex[9]
|
|
||||||
DEBUGVAR ProfileIndex[10]
|
|
||||||
PRICE "Reload" ""
|
|
||||||
</EventUnitTest4>
|
</EventUnitTest4>
|
||||||
|
|
||||||
<EventUnitTest5>
|
<EventUnitTest5>
|
||||||
|
|
@ -1688,7 +1673,7 @@
|
||||||
; Original value is 40
|
; Original value is 40
|
||||||
If EnableMultiInstance = "true" Then
|
If EnableMultiInstance = "true" Then
|
||||||
|
|
||||||
If CountUpReloadAll > 100 Then
|
If CountUpReloadAll > 300 Then
|
||||||
Var NeedReboot = "false"
|
Var NeedReboot = "false"
|
||||||
|
|
||||||
Var StartUpExt = "-"
|
Var StartUpExt = "-"
|
||||||
|
|
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "8.86"
|
Var XMLPageVersion = "8.87"
|
||||||
Var XMLPageVersionInt = 886
|
Var XMLPageVersionInt = 887
|
||||||
;Oreo
|
;Oreo
|
||||||
Var OreoGuarantee = 0
|
Var OreoGuarantee = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue