mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
configurable boost fastor during braking
This commit is contained in:
parent
db3ddd939d
commit
dcd8a24bd6
3 changed files with 7 additions and 1 deletions
|
@ -117,6 +117,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
|||
.hover_throttle = 1500,
|
||||
.auto_disarm_delay = 2000,
|
||||
.braking_speed_threshold = 100,
|
||||
.braking_boost_factor = 0,
|
||||
},
|
||||
|
||||
// Fixed wing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue