We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2d4b8 commit 6fb00afCopy full SHA for 6fb00af
src/SCRIPTS/BF/PAGES/pid_advanced.lua
@@ -34,6 +34,7 @@ end
34
35
if apiVersion >= 1.044 then
36
fields[#fields + 1] = { t = "Vbat Sag Comp", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 150, vals = { 54 } }
37
+ fields[#fields + 1] = { t = "Thrust Linear", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 150, vals = { 55 } }
38
end
39
40
if apiVersion >= 1.040 and apiVersion <= 1.041 then
0 commit comments