1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 16:55:22 +03:00

Fix mission planner

This commit is contained in:
Scavanger 2024-04-24 09:56:27 -03:00
parent eb7eb4b8ab
commit 27ceaca69a
2 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,7 @@
const ol = require('openlayers');
const MWNP = require('./mwnp');
const Waypoint = require('./waypoint');
const BitHelper = require('./bitHelper');
let WaypointCollection = function () {