Reinstated softserial for OMNIBUS.

This commit is contained in:
mikeller 2017-11-11 14:36:24 +13:00
parent 0c84506336
commit 1b6805b542
1 changed files with 3 additions and 1 deletions

View File

@ -67,8 +67,10 @@
#define USE_UART1
#define USE_UART2
#define USE_UART3
#define USE_SOFTSERIAL1
#define USE_SOFTSERIAL2
#define SERIAL_PORT_COUNT 4
#define SERIAL_PORT_COUNT 6
#define UART1_TX_PIN PA9
#define UART1_RX_PIN PA10