mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
Increase ez_landing_limit default to 15 (was 5) (#13375)
This commit is contained in:
parent
d31daca2ff
commit
8a506d219f
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
||||||
.tpa_low_breakpoint = 1050,
|
.tpa_low_breakpoint = 1050,
|
||||||
.tpa_low_always = 0,
|
.tpa_low_always = 0,
|
||||||
.ez_landing_threshold = 25,
|
.ez_landing_threshold = 25,
|
||||||
.ez_landing_limit = 5,
|
.ez_landing_limit = 15,
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifndef USE_D_MIN
|
#ifndef USE_D_MIN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue