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:
parent
7655d1871e
commit
0cb3ce4ede
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue