mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25:13 +03:00
Fixes
This commit is contained in:
parent
1fe04df9c5
commit
abc3fa5606
2 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue