mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Made new PID loop improvements conditional, disabled some for F3 to save flash space.
This commit is contained in:
parent
9d2c7fd105
commit
a9b3911e03
5 changed files with 71 additions and 14 deletions
|
@ -83,8 +83,6 @@ typedef enum
|
|||
ITERM_RELAX_RPY
|
||||
} itermRelax_e;
|
||||
|
||||
|
||||
|
||||
typedef struct pidProfile_s {
|
||||
uint16_t yaw_lowpass_hz; // Additional yaw filter when yaw axis too noisy
|
||||
uint16_t dterm_lowpass_hz; // Delta Filter in hz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue