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:
parent
e3cba58c4c
commit
005f462504
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue