mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
Fix MSP_WP_MISSION_SAVE length
This commit is contained in:
parent
727960adb0
commit
f6aa17f105
1 changed files with 3 additions and 6 deletions
|
@ -2040,14 +2040,11 @@ var mspHelper = (function (gui) {
|
|||
|
||||
|
||||
case MSPCodes.MSP_WP_MISSION_SAVE:
|
||||
// buffer.push(0);
|
||||
console.log(buffer);
|
||||
|
||||
buffer.push(0);
|
||||
break;
|
||||
case MSPCodes.MSP_WP_MISSION_LOAD:
|
||||
// buffer.push(0);
|
||||
console.log(buffer);
|
||||
|
||||
case MSPCodes.MSP_WP_MISSION_LOAD:
|
||||
buffer.push(0);
|
||||
break;
|
||||
|
||||
case MSPCodes.MSP2_INAV_SET_MIXER:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue