christianrauch / msp

Implementation of the MultiWii Serial Protocol (MSP) for MultiWii and Cleanflight flight controller
http://www.multiwii.com/wiki/index.php?title=Multiwii_Serial_Protocol
GNU Lesser General Public License v3.0
73 stars 26 forks source link

add support for jumbo messages with len > 255 #60

Closed catkira closed 3 months ago

catkira commented 4 months ago

fixes https://github.com/christianrauch/msp/issues/59

catkira commented 4 months ago

let me know if you want some cleanup ;)

christianrauch commented 4 months ago

In https://github.com/christianrauch/msp/issues/59#issuecomment-1964674389 you mentioned that this is a bug in the flight controller (Betaflight) and the issue was closed. Does this PR still fix an issue?

catkira commented 4 months ago

yes, there was a bug in BF 4.3 that caused msp not to work despite this PR. With this fix it works with BF 4.5. Without this PR it is not working with BF 4.5.

catkira commented 3 months ago

author does not want to upstream it