mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Add new PID elements for version 3.5
- iterm rotation - smart feedforward - iterm relax - absolute control - acro trainer
This commit is contained in:
parent
25b49fb79f
commit
b543ebf3ef
6 changed files with 321 additions and 16 deletions
|
@ -369,6 +369,13 @@ var FC = {
|
|||
levelSensitivity: 0,
|
||||
itermThrottleThreshold: 0,
|
||||
itermAcceleratorGain: 0,
|
||||
itermRotation: 0,
|
||||
smartFeedforward: 0,
|
||||
itermRelax: 0,
|
||||
itermRelaxType: 0,
|
||||
absoluteControlGain: 0,
|
||||
throttleBoost: 0,
|
||||
acroTrainerAngleLimit: 0,
|
||||
};
|
||||
|
||||
SENSOR_CONFIG = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue