mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
parent
acc48a4c93
commit
aaad1ced25
1 changed files with 9 additions and 4 deletions
|
@ -80,10 +80,15 @@
|
|||
#define USE_UART1
|
||||
#define USE_UART2
|
||||
#define USE_UART3
|
||||
#define USE_SOFTSERIAL1
|
||||
#define USE_SOFTSERIAL2
|
||||
|
||||
#define SERIAL_PORT_COUNT 6
|
||||
// USE_SOFTSERIALx has a conflict with USE_BST that prevents FC from being recognized from configurator
|
||||
// Drop USE_SOFTSERIALx until resolution is provided.
|
||||
#ifdef SOFTSERIAL_BST_CONFLICT_RESOLVED
|
||||
# define USE_SOFTSERIAL1
|
||||
# define USE_SOFTSERIAL2
|
||||
# define SERIAL_PORT_COUNT 6
|
||||
#else
|
||||
# define SERIAL_PORT_COUNT 4
|
||||
#endif
|
||||
|
||||
#define USE_ESCSERIAL
|
||||
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue