This commit is contained in:
miggaze 2020-10-27 20:36:56 +07:00
parent 3474927a6f
commit bb17e81192

View file

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