Merge pull request #4537 from mikeller/reinstate_omnibus_softserial
Reinstated softserial for OMNIBUS.
This commit is contained in:
commit
a6529f2ea7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue