mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 14:25:16 +03:00
configurable braking bank angle
This commit is contained in:
parent
8132e59b7e
commit
aad6cedaa9
4 changed files with 8 additions and 5 deletions
|
@ -123,6 +123,7 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
|||
.braking_boost_timeout = 750, // Timout boost after 750ms
|
||||
.braking_boost_speed_threshold = 150, // Boost can happen only above 1.5m/s
|
||||
.braking_boost_disengage_speed = 100, // Disable boost at 1m/s
|
||||
.braking_bank_angle = 40, // Max braking angle
|
||||
},
|
||||
|
||||
// Fixed wing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue