mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-16 16:06:44 +00:00
x
This commit is contained in:
@@ -753,8 +753,8 @@ UTILS.KnotsToKmph = function(knots)
|
|||||||
return knots * 1.852
|
return knots * 1.852
|
||||||
end
|
end
|
||||||
|
|
||||||
UTILS.KmphToKnots = function(knots)
|
UTILS.KmphToKnots = function(kmph)
|
||||||
return knots / 1.852
|
return kmph / 1.852
|
||||||
end
|
end
|
||||||
|
|
||||||
UTILS.KmphToMps = function( kmph )
|
UTILS.KmphToMps = function( kmph )
|
||||||
|
|||||||
Reference in New Issue
Block a user