1
0
Fork 0
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:
J Blackman 2024-06-21 03:54:35 +10:00 committed by GitHub
parent f140fec847
commit 5fd8c02908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,