mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Issue #814 solved by adding it to the task reports of the A2G task.
This commit is contained in:
parent
d3fc84fe8c
commit
a518af1200
@ -367,6 +367,9 @@ do -- TASK_A2G
|
||||
end
|
||||
end
|
||||
self:SetInfo( "Targets", string.format( "%d of %s", DetectedItemsCount, ReportTypes:Text( ", " ) ), 10 )
|
||||
self:SetInfo( "QFE", string.format( "%d", TargetCoordinate:GetPressure() ), 12 )
|
||||
self:SetInfo( "°C", string.format( "%d", TargetCoordinate:GetTemperature() ), 12 )
|
||||
self:SetInfo( "Wind", string.format( "%d", TargetCoordinate:GetWind() ), 12 )
|
||||
else
|
||||
local DetectedItemsCount = self.TargetSetUnit:Count()
|
||||
local DetectedItemsTypes = self.TargetSetUnit:GetTypeNames()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user