This commit is contained in:
wanlop run 2024-10-10 15:09:18 +07:00
commit ab4da4cd35
27 changed files with 4162 additions and 2489 deletions

View file

@ -492,7 +492,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