We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c953d74 commit d10ed75Copy full SHA for d10ed75
src/SCRIPTS/BF/PAGES/pid_advanced.lua
@@ -20,6 +20,7 @@ if apiVersion >= 1.040 then
20
end
21
22
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 } }
24
fields[#fields + 1] = { t = "Dynamic Idle", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 100, vals = { 50 } }
25
26
0 commit comments