release 5.90

This commit is contained in:
kong 2022-01-14 13:54:47 +07:00
parent 2f47e4ff91
commit 3a69ff673e
10 changed files with 58 additions and 6 deletions

View file

@ -219,7 +219,7 @@
LED LedDoorLid Off 255 255 255 255
DEBUGVAR AdvertiseProfile
SPLIT AdvertiseProfile "/" 1 AdvertiseProfile1
SPLIT AdvertiseProfile "/" 2 AdvertiseProfile2
@ -371,6 +371,25 @@
Machine CancelWepApp
;StrLen AdvertiseProfile AdvertiseProfileLen
;
;If AdvertiseProfileLen = 0 Then
; CacheVarStr "get" AdvertiseProfile
;Else
;
; STRCONTAIN "00/00" AdvertiseProfile advPro
;
; If advPro = "true" Then
; CacheVarStr "get" AdvertiseProfile
; Else
; CacheVarStr "put" AdvertiseProfile
; EndIf
;EndIf
DEBUGVAR AdvertiseProfile
</EventOpen>
<Timeout> 1000 </Timeout>