Skip to content

Commit

Permalink
changed increment for anti-gravity gain from 1 to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed May 31, 2018
1 parent 1a4facf commit 09b90f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/SCRIPTS/BF/HORUS/rates2.lua
Expand Up @@ -17,7 +17,7 @@ return {
},
fields = {
-- GAIN
{ x = 144, y = 100, min = 1000, max = 30000, vals = { 22, 23 }, to = MIDSIZE, scale = 1000, mult = 1000 },
{ x = 144, y = 100, min = 1000, max = 30000, vals = { 22, 23 }, to = MIDSIZE, scale = 1000, mult = 100 },
-- THRESHOLD
{ x = 144, y = 142, min = 20, max = 1000, vals = { 20, 21 }, to = MIDSIZE },
-- WEIGHT
Expand Down
4 changes: 2 additions & 2 deletions src/SCRIPTS/BF/X7/rates3.lua
Expand Up @@ -12,8 +12,8 @@ return {
{ t = "VBAT Compens", x = 15, y = 43, to = SMLSIZE }
},
fields = {
{ x = 90, y = 17, to=SMLSIZE, min = 1000, max = 30000, vals = { 22, 23 }, scale = 1000, mult = 1000 },
{ x = 90, y = 17, to=SMLSIZE, min = 1000, max = 30000, vals = { 22, 23 }, scale = 1000, mult = 100 },
{ x = 90, y = 30, to=SMLSIZE, min = 20, max = 1000, vals = { 20, 21 } },
{ x = 90, y = 43, to=SMLSIZE, min = 0, max = 1, vals = { 8 }, table = { [0]="OFF", "ON" } },
}
}
}
4 changes: 2 additions & 2 deletions src/SCRIPTS/BF/X9/rates2.lua
Expand Up @@ -16,10 +16,10 @@ return {
{ t = "VBAT Compensation", x = 15, y = 44, to = SMLSIZE }
},
fields = {
{ x = 55, y = 23, min = 1000, max = 30000, vals = { 22, 23 }, scale = 1000, mult = 1000, to = SMLSIZE },
{ x = 55, y = 23, min = 1000, max = 30000, vals = { 22, 23 }, scale = 1000, mult = 100, to = SMLSIZE },
{ x = 55, y = 33, min = 20, max = 1000, vals = { 20, 21 }, to = SMLSIZE },
{ x = 150, y = 23, min = 0, max = 254, vals = { 10 }, scale = 100, to = SMLSIZE },
{ x = 150, y = 33, min = 0, max = 100, vals = { 9 }, scale = 100, to = SMLSIZE },
{ x = 110, y = 44, min = 0, max = 1, vals = { 8 }, table = { [0]="OFF", "ON" }, to = SMLSIZE },
}
}
}

0 comments on commit 09b90f5

Please sign in to comment.