mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Set default iterm relax to RP and RC smoothing to filter
This commit is contained in:
parent
d0a9a0fd93
commit
67abb63d95
2 changed files with 3 additions and 3 deletions
|
@ -157,9 +157,9 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.throttle_boost_cutoff = 15,
|
||||
.iterm_rotation = true,
|
||||
.smart_feedforward = false,
|
||||
.iterm_relax = ITERM_RELAX_OFF,
|
||||
.iterm_relax = ITERM_RELAX_RP
|
||||
.iterm_relax_cutoff = 11,
|
||||
.iterm_relax_type = ITERM_RELAX_GYRO,
|
||||
.iterm_relax_type = ITERM_RELAX_SETPOINT,
|
||||
.acro_trainer_angle_limit = 20,
|
||||
.acro_trainer_lookahead_ms = 50,
|
||||
.acro_trainer_debug_axis = FD_ROLL,
|
||||
|
|
|
@ -61,7 +61,7 @@ void pgResetFn_rxConfig(rxConfig_t *rxConfig)
|
|||
.fpvCamAngleDegrees = 0,
|
||||
.airModeActivateThreshold = 32,
|
||||
.max_aux_channel = DEFAULT_AUX_CHANNEL_COUNT,
|
||||
.rc_smoothing_type = RC_SMOOTHING_TYPE_INTERPOLATION,
|
||||
.rc_smoothing_type = RC_SMOOTHING_TYPE_FILTER,
|
||||
.rc_smoothing_input_cutoff = 0, // automatically calculate the cutoff by default
|
||||
.rc_smoothing_derivative_cutoff = 0, // automatically calculate the cutoff by default
|
||||
.rc_smoothing_debug_axis = ROLL, // default to debug logging for the roll axis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue