1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-20 06:45:11 +03:00

Add new adjustments for board alignment

This commit is contained in:
Michel Pastor 2018-02-16 01:49:26 +01:00
parent e3cba58c4c
commit 005f462504
2 changed files with 3 additions and 3 deletions

View file

@ -1082,10 +1082,10 @@
"message": "Navigation FW Pitch To Throttle Adjustment" "message": "Navigation FW Pitch To Throttle Adjustment"
}, },
"adjustmentsFunction30": { "adjustmentsFunction30": {
"message": "PosR P Adjustment" "message": "Board Roll Alignment Adjustment"
}, },
"adjustmentsFunction31": { "adjustmentsFunction31": {
"message": "PosR I Adjustment" "message": "Board Pitch Alignment Adjustment"
}, },
"adjustmentsFunction32": { "adjustmentsFunction32": {
"message": "PosR D Adjustment" "message": "PosR D Adjustment"

View file

@ -71,7 +71,7 @@ TABS.adjustments.initialize = function (callback) {
} }
if (semver.gte(CONFIG.flightControllerVersion, '1.8.1')) { if (semver.gte(CONFIG.flightControllerVersion, '1.8.1')) {
availableFunctionCount = 30; availableFunctionCount = 32;
} }
var functionListOptions = $(functionListOptions).slice(0,availableFunctionCount); var functionListOptions = $(functionListOptions).slice(0,availableFunctionCount);