mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Acro Plus replaced by Super Expo feature
This commit is contained in:
parent
7b468c09f0
commit
595d5d0867
8 changed files with 51 additions and 77 deletions
|
@ -67,7 +67,9 @@ typedef struct pidProfile_s {
|
|||
|
||||
float dterm_lpf_hz; // Delta Filter in hz
|
||||
float yaw_lpf_hz; // Additional yaw filter when yaw axis too noisy
|
||||
uint8_t deltaMethod; // Alternative delta Calculation
|
||||
uint8_t rollPitchItermResetRate; // Experimental threshold for resetting iterm for pitch and roll on certain rates
|
||||
uint16_t yawItermResetRate; // Experimental threshold for resetting iterm for yaw on certain rates
|
||||
uint16_t deltaMethod; // Alternative delta Calculation
|
||||
uint16_t yaw_p_limit;
|
||||
uint8_t dterm_average_count; // Configurable delta count for dterm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue