typo fixes for 305f827654057618858e10f48a0473fd50d748ca

10.3.x-maintenance
Hydra 2017-02-26 16:46:24 +00:00 committed by Michael Keller
parent b4936958f8
commit fc4af38fbd
1 changed files with 2 additions and 2 deletions

View File

@ -452,10 +452,10 @@ TABS.receiver.initModelPreview = function () {
}
var useOldRateCurve = false;
if (CONFIG.flightControllerIdentifier == 'CLFL' && semver.lt(CONFIG.apiVersion, '2.0.0') {
if (CONFIG.flightControllerIdentifier == 'CLFL' && semver.lt(CONFIG.apiVersion, '2.0.0')) {
useOldRateCurve = true;
}
if (CONFIG.flightControllerIdentifier == 'BTFL' && semver.lt(CONFIG.flightControllerVersionn, '2.8.0') {
if (CONFIG.flightControllerIdentifier == 'BTFL' && semver.lt(CONFIG.flightControllerVersion, '2.8.0')) {
useOldRateCurve = true;
}