Skip to content

Commit 3b269a7

Browse files
authored
Merge pull request #368 from klutvott123/Add-Thrust-Linearization
Add Thrust Linearization
2 parents 9e2d4b8 + 6fb00af commit 3b269a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SCRIPTS/BF/PAGES/pid_advanced.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ end
3434

3535
if apiVersion >= 1.044 then
3636
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 } }
3738
end
3839

3940
if apiVersion >= 1.040 and apiVersion <= 1.041 then

0 commit comments

Comments
 (0)