add image file / drinkok.xml add button

This commit is contained in:
kong 2022-04-17 21:48:43 +07:00
parent 64e9f2b4ab
commit ca374272bd
76 changed files with 1060 additions and 599 deletions

View file

@ -414,6 +414,13 @@
;READ_FILE "/mnt/sdcard/spiral" SpiralOnline
READ_FILE "/mnt/sdcard/new_layout" new_layout
If new_layout = "true" Then
Machine MenuLayoutNew
Else
Machine MenuLayoutOld
EndIf
DEBUGVAR SpiralOnline
Topping "ClearNextOrder" "-"
@ -448,9 +455,10 @@
;stop_now
If NETCORE_LOST_CNT > 15 Then
If NETCORE_LOST_CNT > 120 Then
Var stop_now = "true"
Var MachineErrorDetailAll = "???"
SAVELOG "NETCORE_LOST_CNT"
Open "ROOT/taobin_project/xml/page_show_error.xml"
EndIf
EndIf