This commit is contained in:
miggaze 2020-10-27 18:23:58 +07:00
parent dc74a9c5ad
commit 3474927a6f
2 changed files with 40 additions and 34 deletions

View file

@ -16,9 +16,7 @@
Var CodeChannel = 0
;Var VendingQRCode = "ERROR"
VendingQR ON
Var QRCODE99 = ""
VendingQR OFF
CoinVending OFF
Var ShowTextNumber = "Enable"
@ -32,7 +30,7 @@
Var Timeout = Timeout + 1
If Timeout > 30 Then
VendingQR OFF
;VendingQR OFF
Open menu_back_to_main
EndIf