diff --git a/src/lib/tecs/TECS.hpp b/src/lib/tecs/TECS.hpp index 1848a8765b..0d15b8a6c4 100644 --- a/src/lib/tecs/TECS.hpp +++ b/src/lib/tecs/TECS.hpp @@ -699,9 +699,9 @@ private: .max_climb_rate = 5.0f, .vert_accel_limit = 0.0f, .equivalent_airspeed_trim = 15.0f, - .tas_min = 3.0f, - .pitch_max = 5.0f, - .pitch_min = -5.0f, + .tas_min = 10.0f, + .pitch_max = 0.5f, + .pitch_min = -0.5f, .throttle_trim = 0.0f, .throttle_trim_adjusted = 0.f, .throttle_max = 1.0f,