mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-17 05:15:20 +03:00
fixes
This commit is contained in:
parent
389e292e49
commit
82865ba1e5
3 changed files with 24 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue