wait for koko
This commit is contained in:
parent
8823181490
commit
5a871167d3
7 changed files with 352 additions and 10 deletions
|
|
@ -59,6 +59,9 @@
|
|||
DEBUGVAR web_pin
|
||||
|
||||
Var web_telnumOK = ""
|
||||
|
||||
DEBUGVAR web_readyOK
|
||||
|
||||
Var web_readyOK = "false"
|
||||
|
||||
Var GetFreeFromError = 0
|
||||
|
|
@ -74,7 +77,6 @@
|
|||
Var Seeker.CurrCreditTelNum = ""
|
||||
Var Seeker.CurrCreditPinNum = ""
|
||||
|
||||
DEBUGVAR PaySuccessWithDaemonTask
|
||||
|
||||
Var PaidPaymentFromNextStage = 0
|
||||
Var DrinkPaid = "-"
|
||||
|
|
@ -181,7 +183,7 @@
|
|||
|
||||
STRCONTAIN "1060" MaterialAvailable TaiwanesePowderEnable
|
||||
|
||||
|
||||
|
||||
|
||||
If XMLProfile = "" Then
|
||||
CacheVarStr "get" XMLProfile
|
||||
|
|
@ -2352,7 +2354,7 @@ PRICE "Reset" "-"
|
|||
; Original value is 40
|
||||
If EnableMultiInstance = "true" Then
|
||||
|
||||
If CountUpReloadAll > 100 Then
|
||||
If CountUpReloadAll > 200 Then
|
||||
Var NeedReboot = "false"
|
||||
|
||||
Var StartUpExt = "-"
|
||||
|
|
|
|||
|
|
@ -2553,6 +2553,10 @@
|
|||
Var showShotEnable = "Invisible"
|
||||
Var ShotCoffeePremium = "Invisible"
|
||||
Var ExtraTopping = "Invisible"
|
||||
|
||||
Var CustomCoffeeEnable = "False"
|
||||
Var showCustomCoffee = "Invisible"
|
||||
var showCoffeeLevel = "Invisible"
|
||||
EndIf
|
||||
|
||||
Function 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue