Add POS tricker

This commit is contained in:
Kenta420 2024-09-27 12:43:02 +07:00
parent b13556e425
commit b0c0d58a24
3 changed files with 55 additions and 13 deletions

View file

@ -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