Multiwii Serial Protocol (MSP)
Wrong estimate of the length of the command
- #define MSP_PORT_OUTBUF_SIZE 256
+ #define MSP_PORT_OUTBUF_SIZE 320 // As of 2021/08/10 MSP_BOXNAMES generates a 307 byte response for page 1.
/* ... */
static mspPostProcessFnPtr mspSerialProcessReceivedCommand(mspPort_t *msp, mspProcessCommandFnPtr mspProcessCommandFn)
{
static uint8_t outBuf[MSP_PORT_OUTBUF_SIZE];
mspPacket_t reply = {
/* ... */
https://github.com/betaflight/betaflight/pull/10720/files
link script error