Skip to content

Commit 13e1708

Browse files
authored
Merge pull request #431 from klutvott123/add-motor-output-limit
Add motor output limit
2 parents c953d74 + d10ed75 commit 13e1708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/PAGES/pid_advanced.lua

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if apiVersion >= 1.040 then
2020
end
2121

2222
if apiVersion >= 1.043 then
23+
fields[#fields + 1] = { t = "Motor Output Limit",x = x, y = inc.y(lineSpacing), sp = x + sp, min = 1, max = 100, vals = { 48 } }
2324
fields[#fields + 1] = { t = "Dynamic Idle", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 100, vals = { 50 } }
2425
end
2526

0 commit comments

Comments
 (0)