Skip to content

Commit

Permalink
fix: Pitch trim on approach (flybywiresim#8347)
Browse files Browse the repository at this point in the history
* Update flight_model.cfg

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
donstim authored Jan 2, 2024
1 parent bed8962 commit 14ada3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
1. [LIGHTING] Fixed Automatic Lighting on Spawn depending on outside lightcondition - @Maximilian-Reuter (\_Chaoz_)
1. [EFCS] Implement calculated yaw damper gain - @lukecologne (luke)
1. [EFCS] Decrease yaw damper at low speeds on ground, down to 0 below 40kts - @lukecologne (luke)
1. [FLIGHTMODEL] Fix pitch trim on approach - @donstim (donbikes)

## 0.11.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ fly_by_wire = 0 ; Fly-by-wire available true/false
elevator_elasticity_table = 0:1, 400:1
aileron_elasticity_table = 0:1, 400:1
rudder_elasticity_table = 0:1, 400:1
elevator_trim_elasticity_table = 0:0.3, 100:0.35, 120:1, 400:1
elevator_trim_elasticity_table = 0:0.3, 58:0.75, 100:0.75, 120:1, 400:1
;controls_reactivity_scalar = 1 ; Reactivity scalar for all controls

[AERODYNAMICS]
Expand Down

0 comments on commit 14ada3c

Please sign in to comment.