DO
This commit is contained in:
parent
63dfa10098
commit
918ec73ed4
12 changed files with 91 additions and 16 deletions
|
|
@ -7,6 +7,9 @@
|
|||
<Sound> PlaySoundLag </Sound>
|
||||
<EventOpen>
|
||||
|
||||
Var cash_disable = "0"
|
||||
READ_FILE "/mnt/sdcard/coffeevending/cash_disable" cash_disable
|
||||
DEBUGVAR cash_disable
|
||||
|
||||
|
||||
|
||||
|
|
@ -158,6 +161,11 @@
|
|||
|
||||
Else
|
||||
Var PayState1 = "Enable"
|
||||
|
||||
If cash_disable = "1" Then
|
||||
Var PayState1 = "Press"
|
||||
EndIf
|
||||
|
||||
If Seeker.IntVendingCampaign = 0 Then
|
||||
Var PayState2 = "Enable"
|
||||
Var PayState4 = "Enable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue