1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00
This commit is contained in:
Scavanger 2024-11-12 14:41:14 -03:00
parent 1fe04df9c5
commit abc3fa5606
2 changed files with 4 additions and 5 deletions

View file

@ -1611,12 +1611,12 @@ var mspHelper = (function () {
data.getUint8(1),
data.getUint8(2),
data.getInt32(3, true),
data.getInt32(4, true),
data.getInt32(7, true),
data.getUint8(11),
0,
data.getInt8(12, true),
null,
data.getUint8(14, true),
data.getUint8(0, true),
);
let verticesCount = data.getUint8(13, true);
if (verticesCount == 0) {