| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| fields[#fields + 1] = { t = "Cutoff", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 255, vals = { 27 }, table = { [0] = "Auto" } } | ||
| fields[#fields + 1] = { t = "Type", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 3, vals = { 29 }, table = { [0] = "Off", "PT1", "BIQUAD", "Auto"} } | ||
| end | ||
| if apiVersion >= 1.040 then |
There was a problem hiding this comment.
Can this block be moved to line 39?
Sorry, something went wrong.
There was a problem hiding this comment.
Sure. Usually we're more worried about getting things in the "right" order and that sometimes means multiple checks for the same api version. In this case it's fine if we combine them. The order of things won't make any less sense than it currently does. lol
Sorry, something went wrong.
| fields[#fields + 1] = { t = "Boost", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 50, vals = { 53 } } | ||
| labels[#labels + 1] = { t = "Feedforward", x = x, y = inc.y(lineSpacing) } | ||
| fields[#fields + 1] = { t = "Transition", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 100, vals = { 9 }, scale = 100 } | ||
| if apiVersion >= 1.044 then |
There was a problem hiding this comment.
lol, the conditional is not needed anymore.
Sorry, something went wrong.
There was a problem hiding this comment.
Yes it is. We want to show these parameters for api version 1.044 and up.
Sorry, something went wrong.
There was a problem hiding this comment.
Oops color blindness, reading too long I guess 🤦♂️
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updates feedforward and rc smoothing settings for BF 4.3 according to betaflight/betaflight#10723 and betaflight/betaflight#10650