1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00
Hydra 2017-02-26 01:16:20 +00:00 committed by Michael Keller
parent 6fb4a089e5
commit b4936958f8
12 changed files with 115 additions and 98 deletions

View file

@ -92,7 +92,7 @@ RateCurve.prototype.rcCommandRawToDegreesPerSecond = function (rcData, rate, rcR
var expoPower;
var rcRateConstant;
if (semver.gte(CONFIG.flightControllerVersion, "3.0.0")) {
if (semver.gte(CONFIG.apiVersion, "1.20.0")) {
expoPower = 3;
rcRateConstant = 200;
} else {