1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-17 05:15:20 +03:00
This commit is contained in:
breadoven 2021-11-15 22:14:59 +00:00
parent 389e292e49
commit 82865ba1e5
3 changed files with 24 additions and 9 deletions

View file

@ -5,7 +5,7 @@ let WaypointCollection = function () {
let self = {},
data = [],
maxWaypoints = 60,
maxWaypoints = 120,
isValidMission = 0,
countBusyPoints = 0,
version = 0,
@ -81,7 +81,7 @@ let WaypointCollection = function () {
self.reinit = function () {
data = [];
maxWaypoints = 60;
maxWaypoints = 120;
isValidMission = 0;
countBusyPoints = 0;
version = 0;