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:
parent
d1d724efb3
commit
8aebbbfa93
3 changed files with 28 additions and 32 deletions
2
js/fc.js
2
js/fc.js
|
@ -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"));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue