Skip to content

Commit

Permalink
Merge pull request betaflight#431 from klutvott123/add-motor-output-l…
Browse files Browse the repository at this point in the history
…imit

Add motor output limit
  • Loading branch information
haslinghuis authored Feb 4, 2022
2 parents c953d74 + d10ed75 commit 13e1708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SCRIPTS/BF/PAGES/pid_advanced.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if apiVersion >= 1.040 then
end

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

Expand Down

0 comments on commit 13e1708

Please sign in to comment.