mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 06:45:14 +03:00
Added pitch2thr smoothing defaults to pg_reset_template
This commit is contained in:
parent
ac9d91bd43
commit
4c32c596f9
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ PG_RESET_TEMPLATE(navConfig_t, navConfig,
|
||||||
.max_throttle = 1700,
|
.max_throttle = 1700,
|
||||||
.min_throttle = 1200,
|
.min_throttle = 1200,
|
||||||
.pitch_to_throttle = 10, // pwm units per degree of pitch (10pwm units ~ 1% throttle)
|
.pitch_to_throttle = 10, // pwm units per degree of pitch (10pwm units ~ 1% throttle)
|
||||||
.pitch_to_throttle_smooth = 0,
|
.pitch_to_throttle_smooth = 6,
|
||||||
.pitch_to_throttle_thresh = 0,
|
.pitch_to_throttle_thresh = 50,
|
||||||
.loiter_radius = 5000, // 50m
|
.loiter_radius = 5000, // 50m
|
||||||
|
|
||||||
//Fixed wing landing
|
//Fixed wing landing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue