1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1564 Missed total count after Acro+ add !

This commit is contained in:
Laurent Lalanne 2014-10-24 21:21:17 +02:00
parent 9f75d606ef
commit 518106564c

View File

@ -27,8 +27,8 @@ Item {
property var thrust_mode: FlightStatus.FlightMode < 7 ? StabilizationDesired.StabilizationMode_Thrust :
FlightStatus.FlightMode > 7 && SystemSettings.AirframeType > 2 && SystemSettings.AirframeType < 18
&& VtolPathFollowerSettings.ThrustControl == 1 ? 12 :
FlightStatus.FlightMode > 7 && SystemSettings.AirframeType < 3 ? 12: 0
&& VtolPathFollowerSettings.ThrustControl == 1 ? 13 :
FlightStatus.FlightMode > 7 && SystemSettings.AirframeType < 3 ? 13: 0
property real flight_time: Math.round(SystemStats.FlightTime / 1000)