mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Add sanity cheks
This commit is contained in:
parent
abc3fa5606
commit
8a16ee2894
5 changed files with 139 additions and 6 deletions
|
@ -140,7 +140,7 @@ let GeozoneCollection = function() {
|
|||
buffer.push(zone.getVerticesCount());
|
||||
}
|
||||
} else {
|
||||
buffer = [id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ];
|
||||
buffer = [id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
|
||||
}
|
||||
|
||||
return buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue