mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Cleanup and optimize new anti windup // Simplify relaxFactor to Dterm
This commit is contained in:
parent
9dfb3e45ee
commit
ad892400e5
4 changed files with 11 additions and 15 deletions
|
@ -67,7 +67,6 @@ typedef struct pidProfile_s {
|
|||
uint16_t dterm_notch_hz; // Biquad dterm notch hz
|
||||
uint16_t dterm_notch_cutoff; // Biquad dterm notch low cutoff
|
||||
uint8_t itermWindupPointPercent; // Experimental ITerm windup threshold, percent motor saturation
|
||||
uint8_t itermNoiseThreshold; // Experimental ITerm noise threshold
|
||||
uint16_t yaw_p_limit;
|
||||
float pidSumLimit;
|
||||
uint8_t dterm_average_count; // Configurable delta count for dterm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue