1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +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

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