renovate remove cup and cup on arm
This commit is contained in:
parent
34ceea967c
commit
f6a7ec1501
57 changed files with 591 additions and 475 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
If BoxID = 173149 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
EndIf
|
||||
|
|
@ -21,7 +22,7 @@
|
|||
EndIf
|
||||
|
||||
If BoxID = 123456 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If BoxID = 201193 Then
|
||||
|
|
@ -33,7 +34,7 @@
|
|||
EndIf
|
||||
|
||||
If BoxID = 201714 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
Var EnableMultiInstanceFromBoxID = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 210699 Then
|
||||
|
|
@ -41,7 +42,7 @@
|
|||
EndIf
|
||||
|
||||
If BoxID = 174565 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
Var EnableMultiInstanceFromBoxID = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 173319 Then
|
||||
|
|
@ -63,7 +64,13 @@
|
|||
|
||||
; Test
|
||||
If BoxID > 200010 Then
|
||||
If BoxID < 200080 Then
|
||||
If BoxID < 200229 Then
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
READ_FILE "/mnt/sdcard/enable_ui_v3" EnableMultiInstanceFromConfig
|
||||
If EnableMultiInstanceFromConfig = "true" Then
|
||||
DEBUGVAR EnableMultiInstanceFromConfig
|
||||
Var EnableMultiInstanceFromBoxID = 1
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue