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:
parent
4feee8f48d
commit
cf1c676eaa
4 changed files with 17 additions and 31 deletions
8
js/fc.js
8
js/fc.js
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue