mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-19 14:25:16 +03:00
Merge branch 'master' into abo_RTH_spiral_climb
This commit is contained in:
commit
8ece8be419
16 changed files with 195 additions and 49 deletions
|
@ -158,8 +158,8 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
|||
.max_throttle = 1700,
|
||||
.min_throttle = 1200,
|
||||
.pitch_to_throttle = 10, // pwm units per degree of pitch (10pwm units ~ 1% throttle)
|
||||
.pitch_to_throttle_smooth = 0,
|
||||
.pitch_to_throttle_thresh = 0,
|
||||
.pitch_to_throttle_smooth = 6,
|
||||
.pitch_to_throttle_thresh = 50,
|
||||
.loiter_radius = 5000, // 50m
|
||||
|
||||
//Fixed wing landing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue