mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
@@ -663,7 +663,7 @@ do
|
|||||||
|
|
||||||
-- TODO Version
|
-- TODO Version
|
||||||
-- @field #string version
|
-- @field #string version
|
||||||
self.version="0.8.19"
|
self.version="0.8.20"
|
||||||
self:I(string.format("***** Starting MANTIS Version %s *****", self.version))
|
self:I(string.format("***** Starting MANTIS Version %s *****", self.version))
|
||||||
|
|
||||||
--- FSM Functions ---
|
--- FSM Functions ---
|
||||||
@@ -1753,11 +1753,11 @@ do
|
|||||||
instatusred=instatusred+1
|
instatusred=instatusred+1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
statusreport:Add("+-----------------------+")
|
statusreport:Add("+-----------------------------+")
|
||||||
statusreport:Add(string.format("+ SAM in RED State: %0d",instatusred))
|
statusreport:Add(string.format("+ SAM in RED State: %2d",instatusred))
|
||||||
statusreport:Add(string.format("+ SAM in GREEN State: %0d",instatusgreen))
|
statusreport:Add(string.format("+ SAM in GREEN State: %2d",instatusgreen))
|
||||||
statusreport:Add("+-----------------------+")
|
statusreport:Add("+-----------------------------+")
|
||||||
MESSAGE:New(statusreport:Text(),10,nil,true):ToAll()
|
MESSAGE:New(statusreport:Text(),10,nil,true):ToAll():ToLog()
|
||||||
end
|
end
|
||||||
return self
|
return self
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user