increasing number of msp ports (#14263)

* increasing number of msp ports

* Adding custom define and bumping to 6 ports

* reverting msp ports to allow to be bumped at build time

* Update src/main/msp/msp_serial.h

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>

* reset src/config

---------

Co-authored-by: nerdCopter <56646290+nerdCopter@users.noreply.github.com>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
kensherman
2025-02-17 14:30:35 -06:00
committed by GitHub
parent 95b43ec175
commit 7789ecafe3

View File

@@ -27,7 +27,9 @@
#include "msp/msp.h"
// Each MSP port requires state and a receive buffer, revisit this default if someone needs more than 3 MSP ports.
#ifndef MAX_MSP_PORT_COUNT
#define MAX_MSP_PORT_COUNT 3
#endif
typedef enum {
PORT_IDLE,