Add UART3 to configuration to be used in absense of the SDCard.

This commit is contained in:
MJ666 2018-05-27 16:20:53 +02:00
parent 2fa03df7c4
commit 533235619d
1 changed files with 4 additions and 4 deletions

View File

@ -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.