Add image

This commit is contained in:
wanlop run 2024-01-25 21:18:04 +07:00
parent f55ca3deaf
commit 387ac0773a
1525 changed files with 2889 additions and 689 deletions

View file

@ -488,6 +488,7 @@
READ_FILE "/mnt/sdcard/coffeevending/menu_blend_free" menu_blend_free
DEBUGVAR menu_blend_free
DEBUGVAR blend_button_state
DEBUGVAR DoorCupPosition
If menu_blend_free = "true" Then
If blend_button_state = "PressForever" Then
@ -505,9 +506,10 @@
EndIf
Else
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"
If DoorCupPosition = "bottom" Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf
EndIf