1
0
Fork 0
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:
Scavanger 2024-11-15 12:32:08 -03:00
parent abc3fa5606
commit 8a16ee2894
5 changed files with 139 additions and 6 deletions

View file

@ -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;