1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Removed SOFTSERIAL from SPRACINGF3 to make targets fit flash space.

This commit is contained in:
Michael Keller 2017-03-07 08:30:30 +13:00
parent 8185d57519
commit c97c717a1e

View file

@ -71,8 +71,9 @@
#define USE_UART1 #define USE_UART1
#define USE_UART2 #define USE_UART2
#define USE_UART3 #define USE_UART3
#define USE_SOFTSERIAL1 // Disabled to make targets fit into flash space in 3.1.7
#define USE_SOFTSERIAL2 //#define USE_SOFTSERIAL1
//#define USE_SOFTSERIAL2
#define SERIAL_PORT_COUNT 6 #define SERIAL_PORT_COUNT 6