Release adv 16

This commit is contained in:
kong 2022-07-18 21:38:55 +07:00
parent 0d2d5b8298
commit 43ef13bcbf
11 changed files with 83 additions and 48 deletions

View file

@ -267,6 +267,7 @@
EndIf
SPLIT AdvertiseProfile "/" 1 AdvertiseProfile1
SPLIT AdvertiseProfile "/" 2 AdvertiseProfile2
SPLIT AdvertiseProfile "/" 3 AdvertiseProfile3
@ -462,20 +463,9 @@
DEBUGVAR XMLPageVersionInt
If XMLPageVersionInt > 640 Then
Var new_layout = "true"
Else
Var new_layout = "false"
EndIf
DEBUGVAR new_layout
If new_layout = "true" Then
Machine MenuLayoutNew
Else
Machine MenuLayoutOld
EndIf
; forever
Var new_layout = "true"
Machine MenuLayoutNew
DEBUGVAR SpiralOnline
@ -510,9 +500,15 @@
Var NETCORE_EVENT_CNT_X = 0
Var NETCORE_EVENT_CNT_TMP = NCIC07_EVENT_CNT
DEBUGVAR CameraCount
If CameraCount = 0 Then
CameraService "Start"
EndIf
If CameraCount = "" Then
CameraService "Start"
EndIf
;CameraService "Start"
</EventOpen>
<Timeout> 1000 </Timeout>