mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
features non-radio rework
This commit is contained in:
parent
1b4c729e46
commit
c6b2e40cbb
5 changed files with 43 additions and 107 deletions
2
js/fc.js
2
js/fc.js
|
@ -388,7 +388,7 @@ var FC = {
|
|||
{bit: 27, group: 'other', name: 'PWM_SERVO_DRIVER', haveTip: true}
|
||||
);
|
||||
}
|
||||
return features;
|
||||
return features.reverse();
|
||||
},
|
||||
isFeatureEnabled: function (featureName, features) {
|
||||
for (var i = 0; i < features.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue