mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Convert to CommonJS Modules Part 3
This commit is contained in:
parent
ca13eefa1b
commit
06a4d8b0c8
74 changed files with 1949 additions and 10259 deletions
|
@ -1,4 +1,3 @@
|
|||
/*global $*/
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -102,3 +101,5 @@ function calculate_new_cooridatnes(coord, bearing, distance)
|
|||
lon: rad2Deg(lonNew),
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = { constrain, zeroPad, generateFilename, scaleRangeInt, distanceOnLine, wrap_360, rad2Deg, calculate_new_cooridatnes }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue