Skip to content

Commit

Permalink
fix gps rescue for X9 (#216)
Browse files Browse the repository at this point in the history
fix gps rescue for X9
  • Loading branch information
mikeller authored Apr 28, 2019
2 parents c726802 + 55569d5 commit 9ba62b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/SCRIPTS/BF/X9/rescue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ return {
{ t = "Descent Dist.", x = 10, y = 46, to = SMLSIZE },
{ t = "Ground Speed", x = 10, y = 56, to = SMLSIZE },


{ t = "Sanity Ch.", x = 125, y = 16, to = SMLSIZE },
{ t = "Throttle", x = 125, y = 26, to = SMLSIZE },
{ t = "Min", x = 128, y = 36, to = SMLSIZE },
Expand All @@ -26,11 +25,11 @@ return {
{ x = 75, y = 26, min = 0, max = 200, vals = { 1 , 2 }, to = SMLSIZE },
{ x = 75, y = 36, min = 20, max = 100, vals = { 3 , 4 }, to = SMLSIZE },
{ x = 75, y = 46, min = 30, max = 500, vals = { 5 , 6 }, to = SMLSIZE },
{ x = 75, y = 56, min = 30, max = 3000, vals = { 13,14 }, to = SMLSIZE },
{ x = 75, y = 56, min = 30, max = 3000, vals = { 7, 8 }, to = SMLSIZE },

{ x = 180, y = 16, min = 0, max = 2 , vals = { 15 }, to = SMLSIZE,table = { [0]="OFF","ON","FS_ONLY"}},
{ x = 150, y = 36, min = 1000, max = 2000, vals = { 7, 8 }, to = SMLSIZE },
{ x = 150, y = 46, min = 1000, max = 2000, vals = { 9,10 }, to = SMLSIZE },
{ x = 150, y = 36, min = 1000, max = 2000, vals = { 9, 10 }, to = SMLSIZE },
{ x = 150, y = 46, min = 1000, max = 2000, vals = { 13, 14 },to = SMLSIZE },
{ x = 150, y = 56, min = 1000, max = 2000, vals = { 11,12 }, to = SMLSIZE },

},
Expand Down

0 comments on commit 9ba62b4

Please sign in to comment.