1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

Revert #7907 to return abs control default to zero (#8513)

Revert #7907 to return abs control default to zero
This commit is contained in:
Michael Keller 2019-07-02 23:44:35 +12:00 committed by GitHub
commit d02db0dd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.acro_trainer_lookahead_ms = 50,
.acro_trainer_debug_axis = FD_ROLL,
.acro_trainer_gain = 75,
.abs_control_gain = 5,
.abs_control_gain = 0,
.abs_control_limit = 90,
.abs_control_error_limit = 20,
.abs_control_cutoff = 11,