1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Allow servo rate 125%

This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-06-04 13:23:51 +02:00
parent d1d724efb3
commit 8aebbbfa93
3 changed files with 28 additions and 32 deletions

View file

@ -49,6 +49,8 @@ var CONFIG,
FW_CONFIG;
var FC = {
MAX_SERVO_RATE: 125,
MIN_SERVO_RATE: -125,
isRatesInDps: function () {
return !!(typeof CONFIG != "undefined" && CONFIG.flightControllerIdentifier == "INAV" && semver.gt(CONFIG.flightControllerVersion, "1.1.0"));
},