Add POS tricker
This commit is contained in:
parent
b13556e425
commit
b0c0d58a24
3 changed files with 55 additions and 13 deletions
|
|
@ -445,3 +445,11 @@ If BoxID > 200000 Then
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; Check POS machine flag
|
||||
Var ConnectWithPOSMachine = 0
|
||||
|
||||
READ_FILE "/mnt/sdcard/coffeevending/POS_MACHINE" POSMachineFlag
|
||||
If POSMachineFlag = 1 Then
|
||||
Var ConnectWithPOSMachine = 0
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue