Skip to content

Commit

Permalink
Add min dth to GPS rescue page
Browse files Browse the repository at this point in the history
  • Loading branch information
klutvott123 committed Apr 11, 2021
1 parent 6fe2065 commit 7e36579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SCRIPTS/BF/PAGES/rescue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ if apiVersion >= 1.041 then
fields[#fields + 1] = { t = "Min", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 1000, max = 2000, vals = { 9, 10 } }
fields[#fields + 1] = { t = "Hover", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 1000, max = 2000, vals = { 13, 14 } }
fields[#fields + 1] = { t = "Max", x = x + indent, y = inc.y(lineSpacing), sp = x + sp, min = 1000, max = 2000, vals = { 11, 12 } }

if apiVersion >= 1.044 then
fields[#fields + 1] = { t = "Min Dth", x = x, y = inc.y(lineSpacing), sp = x + sp, min = 50, max = 1000, vals = { 23, 24 } }
end
end

return {
Expand Down

0 comments on commit 7e36579

Please # to comment.