Add image
This commit is contained in:
parent
f55ca3deaf
commit
387ac0773a
1525 changed files with 2889 additions and 689 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue