Skip to content

Commit

Permalink
setting simplified_dterm_filters to off by defaults
Browse files Browse the repository at this point in the history
all over simplified tuning settings also set to off
  • Loading branch information
TheIsotopes authored Feb 18, 2021
1 parent 26b74c3 commit 246d3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/flight/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.simplified_pd_gain = SIMPLIFIED_TUNING_DEFAULT,
.simplified_dmin_ratio = SIMPLIFIED_TUNING_DEFAULT,
.simplified_ff_gain = SIMPLIFIED_TUNING_DEFAULT,
.simplified_dterm_filter = true,
.simplified_dterm_filter = false,
.simplified_dterm_filter_multiplier = SIMPLIFIED_TUNING_DEFAULT,
);
#ifndef USE_D_MIN
Expand Down

0 comments on commit 246d3a6

Please sign in to comment.