mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +03:00
Fix MSP2_INAV_SET_MIXER length
This commit is contained in:
parent
17d2c0e536
commit
727960adb0
1 changed files with 2 additions and 0 deletions
|
@ -2058,6 +2058,8 @@ var mspHelper = (function (gui) {
|
||||||
buffer.push(MIXER_CONFIG.hasFlaps);
|
buffer.push(MIXER_CONFIG.hasFlaps);
|
||||||
buffer.push(lowByte(MIXER_CONFIG.appliedMixerPreset));
|
buffer.push(lowByte(MIXER_CONFIG.appliedMixerPreset));
|
||||||
buffer.push(highByte(MIXER_CONFIG.appliedMixerPreset));
|
buffer.push(highByte(MIXER_CONFIG.appliedMixerPreset));
|
||||||
|
buffer.push(0); //Filler byte to match expect payload length
|
||||||
|
buffer.push(0); //Filler byte to match expect payload length
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSPCodes.MSP2_INAV_SET_MC_BRAKING:
|
case MSPCodes.MSP2_INAV_SET_MC_BRAKING:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue