mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
remove smart_feedforward
This commit is contained in:
parent
37dd396593
commit
11c21368c8
6 changed files with 1 additions and 43 deletions
|
@ -130,7 +130,6 @@ void setDefaultTestSettings(void) {
|
|||
pidProfile->throttle_boost = 0;
|
||||
pidProfile->throttle_boost_cutoff = 15;
|
||||
pidProfile->iterm_rotation = false;
|
||||
pidProfile->smart_feedforward = false,
|
||||
pidProfile->iterm_relax = ITERM_RELAX_OFF,
|
||||
pidProfile->iterm_relax_cutoff = 11,
|
||||
pidProfile->iterm_relax_type = ITERM_RELAX_SETPOINT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue