mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
New ESCORT class, first version ...
This class does now detection reporting to the main client group.
This commit is contained in:
@@ -422,7 +422,7 @@ routines.tostringBR = function(az, dist, alt, metric)
|
||||
dist = routines.utils.round(routines.utils.metersToNM(dist), 2)
|
||||
end
|
||||
|
||||
local s = string.format('%03d°', az) .. ' for ' .. dist
|
||||
local s = string.format('%03d', az) .. ' for ' .. dist
|
||||
|
||||
if alt then
|
||||
if metric then
|
||||
|
||||
Reference in New Issue
Block a user