video happy new year. aus and mys
This commit is contained in:
parent
496769d95c
commit
c873a02cdf
16 changed files with 98 additions and 58 deletions
|
|
@ -28,7 +28,7 @@ else:
|
|||
sp_line = sp_line.strip()
|
||||
key_val = sp_line.split("=")
|
||||
if len( key_val) == 2:
|
||||
print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
#print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
file_inc2_content = file_inc2_content.replace( "###" + key_val[0], '"' + key_val[1].strip() + '"')
|
||||
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ else:
|
|||
file_inc2_content = file_inc2_content.replace("###EventOnClick", file_inc_event_click_content)
|
||||
|
||||
|
||||
print(file_inc2_content)
|
||||
#print(file_inc2_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
content_data_was_repack = file_content_main.replace(";dummy_layout.inc", file_inc_content)
|
||||
|
|
@ -80,7 +80,7 @@ else:
|
|||
sp_line = sp_line.strip()
|
||||
key_val = sp_line.split("=")
|
||||
if len( key_val) == 2:
|
||||
print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
#print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
file_inc2_content = file_inc2_content.replace( "###" + key_val[0], '"' + key_val[1].strip() + '"')
|
||||
|
||||
|
||||
|
|
@ -132,7 +132,7 @@ else:
|
|||
key_val = sp_line.split("=")
|
||||
#print("Kenta420:", key_val)
|
||||
if len( key_val) == 2:
|
||||
print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
#print("k = " + key_val[0] + " val=" + key_val[1])
|
||||
file_inc3_content = file_inc3_content.replace( "###" + key_val[0], '"' + key_val[1].strip() + '"')
|
||||
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ else:
|
|||
file_inc3_content = file_inc3_content.replace("###EventOnClick", file_inc_event_click_content)
|
||||
|
||||
|
||||
print(file_inc3_content)
|
||||
#print(file_inc3_content)
|
||||
|
||||
#print( file_inc_content)
|
||||
content_data_was_repack = file_content_main.replace(";dummy_layout.inc", file_inc_content)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
else:
|
||||
from_my_mint_promotion = False
|
||||
|
||||
print ("######################################################################################################")
|
||||
#print ("######################################################################################################")
|
||||
idx_of_eng = 2
|
||||
out_xml('<FrameScroll> \r\n')
|
||||
if touch_less_gen == True:
|
||||
|
|
|
|||
|
|
@ -973,16 +973,6 @@
|
|||
Var EnableCustomCoffeeFromMenu = 1
|
||||
EndIf
|
||||
|
||||
If EnableCustomCoffeeFromMenu = 0 Then
|
||||
STRCONTAIN "add-show" TOPPING2 checkLightRoast
|
||||
If checkLightRoast = "false" Then
|
||||
Var TOPPING7 = ""
|
||||
Var TOPPING8 = ""
|
||||
Var TOPPING9 = ""
|
||||
Var TOPPING10 = ""
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If TOPPING7 = "water-level" Then
|
||||
Var CustomCoffeeEnable = "True"
|
||||
Var showCustomCoffee = "Enable"
|
||||
|
|
@ -1198,6 +1188,7 @@
|
|||
|
||||
EndIf
|
||||
|
||||
|
||||
If TOPPING10 = "tampping-espv2" Then
|
||||
SAVELOG " tampping-espv2 enable"
|
||||
Var CustomCoffeeEnable = "True"
|
||||
|
|
@ -1802,17 +1793,6 @@
|
|||
EndIf
|
||||
|
||||
|
||||
If TOPPING2 = "shot coffee termtem" Then
|
||||
|
||||
Var ShotCoffeeBG = "Enable"
|
||||
Var showShotEnable = "Enable"
|
||||
|
||||
Var ExtraTopping = "Enable"
|
||||
|
||||
DEBUGVAR TOPPING2
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
If TOPPING2 = "shot coffee 1003" Then
|
||||
|
||||
If toppingID2index3 = "" Then
|
||||
|
|
@ -5577,6 +5557,16 @@
|
|||
|
||||
If CustomCoffeeEnable = "True" Then
|
||||
Var showCustomCoffee = "Enable"
|
||||
Var showCoffeeWater = "Invisible"
|
||||
|
||||
Var CurrentCoffeeWaterId = toppingID7Default
|
||||
Var CustomCoffeeWaterState[0] = "Enable"
|
||||
Var CustomCoffeeWaterState[1] = "PressForever"
|
||||
Var CustomCoffeeWaterState[2] = "Enable"
|
||||
Var CustomCoffeeWaterState[3] = "Enable"
|
||||
Var CustomCoffeeWaterState[4] = "Enable"
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
Var showText4 = "Enable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue