1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

Lower pos_hold_deadband minimum and default (#5505)

This commit is contained in:
Michel Pastor 2020-03-21 23:07:02 +01:00 committed by GitHub
parent 7655d1871e
commit 0cb3ce4ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ PG_REGISTER_WITH_RESET_TEMPLATE(rcControlsConfig_t, rcControlsConfig, PG_RC_CONT
PG_RESET_TEMPLATE(rcControlsConfig_t, rcControlsConfig,
.deadband = 5,
.yaw_deadband = 5,
.pos_hold_deadband = 20,
.pos_hold_deadband = 10,
.alt_hold_deadband = 50,
.mid_throttle_deadband = 50,
.airmodeHandlingType = STICK_CENTER,