mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
remove flags
This commit is contained in:
parent
92a12fc7b0
commit
54241f8afc
6 changed files with 62 additions and 81 deletions
|
@ -455,8 +455,8 @@ var mspHelper = (function (gui) {
|
|||
data.getInt32(10, true),
|
||||
data.getInt16(14, true),
|
||||
data.getInt16(16, true),
|
||||
data.getInt16(18, true), // CR8
|
||||
data.getUint8(20) // CR8
|
||||
data.getInt16(18, true),
|
||||
data.getUint8(20)
|
||||
));
|
||||
break;
|
||||
case MSPCodes.MSP_BOXIDS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue