mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Move launch control default to pitchonly (#13699)
Move launch control default to pitchonly.
This commit is contained in:
parent
f140fec847
commit
5fd8c02908
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
.dterm_lpf2_type = FILTER_PT1,
|
.dterm_lpf2_type = FILTER_PT1,
|
||||||
.dterm_lpf1_dyn_min_hz = DTERM_LPF1_DYN_MIN_HZ_DEFAULT,
|
.dterm_lpf1_dyn_min_hz = DTERM_LPF1_DYN_MIN_HZ_DEFAULT,
|
||||||
.dterm_lpf1_dyn_max_hz = DTERM_LPF1_DYN_MAX_HZ_DEFAULT,
|
.dterm_lpf1_dyn_max_hz = DTERM_LPF1_DYN_MAX_HZ_DEFAULT,
|
||||||
.launchControlMode = LAUNCH_CONTROL_MODE_NORMAL,
|
.launchControlMode = LAUNCH_CONTROL_MODE_PITCHONLY,
|
||||||
.launchControlThrottlePercent = 20,
|
.launchControlThrottlePercent = 20,
|
||||||
.launchControlAngleLimit = 0,
|
.launchControlAngleLimit = 0,
|
||||||
.launchControlGain = 40,
|
.launchControlGain = 40,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue