mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Add TPA-Adjustment (+ OSD Element)
This commit is contained in:
parent
1de9a82289
commit
5eb9cc0498
4 changed files with 14 additions and 1 deletions
|
@ -64,7 +64,7 @@ TABS.adjustments.initialize = function (callback) {
|
|||
|
||||
// update list of selected functions
|
||||
var functionListOptions = $(functionList).find('option');
|
||||
var availableFunctionCount = 50;
|
||||
var availableFunctionCount = 52;
|
||||
|
||||
var functionListOptions = $(functionListOptions).slice(0,availableFunctionCount);
|
||||
functionList.empty().append(functionListOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue