调整占空比最小值为1

This commit is contained in:
13038267101 2023-12-07 16:58:59 +08:00
parent f7fcef9e42
commit 8e556f2d81
1 changed files with 2 additions and 2 deletions

View File

@ -1245,9 +1245,9 @@
"default": 30, "default": 30,
"size": 4, "size": 4,
"range": { "range": {
"min": 10, "min": 1,
"max": 100, "max": 100,
"step": 10 "step": 1
} }
} }
} }