Update tricker.ev

This commit is contained in:
Kenta420 2024-10-09 16:58:08 +07:00
parent 821e7a932e
commit d56464ce4a

View file

@ -483,7 +483,7 @@ EndIf
; Check POS machine flag
Var ConnectWithPOSMachine = 0
READ_FILE "/mnt/sdcard/coffeevending/POS_MACHINE" POSMachineFlag
READ_FILE "/mnt/sdcard/coffeevending/app_manager/app_list/king_power_service/enable" POSMachineFlag
If POSMachineFlag = 1 Then
Var ConnectWithPOSMachine = 1
EndIf