diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 6052a39c66e..0b4e0e4c75f 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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 diff --git a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/flight_model.cfg b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/flight_model.cfg index 8c1cc20c419..4116d6c2cc4 100644 --- a/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/flight_model.cfg +++ b/fbw-a32nx/src/base/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/flight_model.cfg @@ -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]