add smoothies

This commit is contained in:
wanlop run 2025-04-06 15:54:55 +07:00
parent 53b641c56b
commit 72a1d0c489
19 changed files with 32877 additions and 518 deletions

View file

@ -9,9 +9,34 @@
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
If Seeker = "curr" Then
If MachineStage = "remove-cup" Then
SAVELOG "MachineStage = remove-cup"
If HaveCup = "true" Then
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
;Open "ROOT/taobin_project/xml/page_display_ExclusiveGift.xml"
EndIf
If CupChecking = "true" Then
If HaveCup = "true" Then
SAVELOG "Have cup"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
EndIf
If DoorCupPosition = "bottom" Then
Else
SAVELOG "DoorCupPosition not bottom"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
Else
EndIf
Var IndoQR = 0
Var PaymentEnableAll = "true"