You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Airspeed setpoint (max ,trim and min) for plane not depends to weather and temperature , also true airspeed measured depends to temperature (or density of air) . i think tecs code must be changed.
Hi
Airspeed setpoint (max ,trim and min) for plane not depends to weather and temperature , also true airspeed measured depends to temperature (or density of air) . i think tecs code must be changed.
in tecs.cpp :
157 _TAS_setpoint = _EAS_setpoint * EAS2TAS;
538 _TAS_setpoint_last = _EAS * EAS2TAS;
562 _TAS_setpoint_last = _EAS * EAS2TAS;
563 _TAS_setpoint_adj = _EAS * EAS2TAS;
The text was updated successfully, but these errors were encountered: