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:
parent
9f75d606ef
commit
518106564c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user