fix: upf param config

This commit is contained in:
2024-06-12 20:04:59 +08:00
parent aa86bd454b
commit a0982b2042
2 changed files with 30 additions and 30 deletions

View File

@@ -258,10 +258,10 @@ upf:
- name: "instanceId"
type: "int"
value: "1"
access: "read-write"
filter: '1~255'
access: "read-only"
filter: '1~8'
display: "Instance ID"
comment: "1~255"
comment: "1~8"
- name: "mainCpu"
type: "int"
value: "1"

File diff suppressed because one or more lines are too long