Skip to content

Commit e91e3a7

Browse files
authored
Merge pull request #332 from klutvott123/dynamic-idle
2 parents 30b6fa3 + 9a29f3a commit e91e3a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/SCRIPTS/BF/PAGES/pid_advanced.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ if apiVersion >= 1.040 then
2424
fields[#fields + 1] = { t = "I Term Rotation", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 1, vals = { 26 }, table = { [0]="OFF", "ON" } }
2525
end
2626

27+
if apiVersion >= 1.043 then
28+
fields[#fields + 1] = { t = "Dynamic Idle", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 100, vals = { 50 } }
29+
end
30+
2731
if apiVersion >= 1.016 then
2832
fields[#fields + 1] = { t = "VBAT Compensation", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 0, max = 1, vals = { 8 }, table = { [0]="OFF", "ON" } }
2933
end

0 commit comments

Comments
 (0)