Skip to content

Commit

Permalink
2PASS motor output mixer as default (emuflight#660)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Plaizier <46289813+Quick-Flash@users.noreply.github.com>
  • Loading branch information
nerdCopter and Quick-Flash authored Aug 3, 2021
1 parent 9a0f40d commit 447b6c2
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 @@ -187,7 +187,7 @@ void resetPidProfile(pidProfile_t *pidProfile) {
.linear_thrust_low_output = 65,
.linear_thrust_high_output = 0,
.linear_throttle = false,
.mixer_impl = MIXER_IMPL_LEGACY,
.mixer_impl = MIXER_IMPL_2PASS,
.mixer_laziness = false,
.mixer_yaw_throttle_comp = true,
.horizonStrength = 15,
Expand Down

0 comments on commit 447b6c2

Please sign in to comment.