1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Increase ez_landing_limit default to 15 (was 5) (#13375)

This commit is contained in:
tbolin 2024-02-26 12:19:51 +01:00 committed by GitHub
parent d31daca2ff
commit 8a506d219f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -228,7 +228,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.tpa_low_breakpoint = 1050,
.tpa_low_always = 0,
.ez_landing_threshold = 25,
.ez_landing_limit = 5,
.ez_landing_limit = 15,
);
#ifndef USE_D_MIN