1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2016-12-24 13:32:44 +01:00
parent 1b4c729e46
commit c6b2e40cbb
5 changed files with 43 additions and 107 deletions

View file

@ -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++) {