Add UART3 to configuration to be used in absense of the SDCard.
This commit is contained in:
parent
2fa03df7c4
commit
533235619d
|
@ -114,9 +114,9 @@
|
|||
#define UART2_RX_PIN PA3
|
||||
#define UART2_TX_PIN PA2
|
||||
|
||||
//#define USE_UART3
|
||||
//#define UART3_RX_PIN PB11
|
||||
//#define UART3_TX_PIN PB10
|
||||
#define USE_UART3
|
||||
#define UART3_RX_PIN NONE
|
||||
#define UART3_TX_PIN NONE
|
||||
|
||||
#define USE_UART4
|
||||
#define UART4_RX_PIN PC11
|
||||
|
@ -125,7 +125,7 @@
|
|||
#define USE_SOFTSERIAL1
|
||||
#define USE_SOFTSERIAL2
|
||||
|
||||
#define SERIAL_PORT_COUNT 6
|
||||
#define SERIAL_PORT_COUNT 7
|
||||
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_PIN PA8 // (Hardware=0, PPM/LED_STRIP) XXX Crash if using an LED strip.
|
||||
|
|
Loading…
Reference in New Issue