Skip to content

Commit

Permalink
Merge pull request #6361 from Airwide/aw-set-nav-smooth-throttle-defa…
Browse files Browse the repository at this point in the history
…ults

Changed default settings for fixed wing throttle smoothing in navigation modes
digitalentity authored Dec 5, 2020
2 parents 18e13c8 + 911dcc4 commit b5c332d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/fc/settings.yaml
Original file line number Diff line number Diff line change
@@ -2292,13 +2292,13 @@ groups:
max: 100
- name: nav_fw_pitch2thr_smoothing
description: "How smoothly the autopilot makes pitch to throttle correction inside a deadband defined by pitch_to_throttle_thresh."
default_value: "0"
default_value: "6"
field: fw.pitch_to_throttle_smooth
min: 0
max: 9
- name: nav_fw_pitch2thr_threshold
description: "Threshold from average pitch where momentary pitch_to_throttle correction kicks in. [decidegrees]"
default_value: "0"
default_value: "50"
field: fw.pitch_to_throttle_thresh
min: 0
max: 900

0 comments on commit b5c332d

Please sign in to comment.