1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

* Changing from meters to centimeters

* Other minor tweaks to help text
* Finalizing API checks
This commit is contained in:
Stewart Loving-Gibbard 2017-10-09 19:56:59 -07:00
parent 4feee8f48d
commit cf1c676eaa
4 changed files with 17 additions and 31 deletions

View file

@ -471,14 +471,6 @@ var FC = {
);
}
// Unsure which version these will actually deploy in, guidance welcome. Using 1.7.3
// so it works for the moment. And I'm really not sure how it works anyhow
if (semver.gte(CONFIG.flightControllerVersion, '1.7.3')) {
features.push(
{bit: 30, group: 'rxFailsafeExtended', name: 'FAILSAFE_EXTENDED', haveTip: false, showNameInTip: false}
);
}
return features.reverse();
},
isFeatureEnabled: function (featureName, features) {