mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
CC3D - Adding USB Virtual COM port suport.
You can now connect the configurator via the USB port.
This commit is contained in:
parent
3916e5f2b5
commit
5760519a03
5 changed files with 54 additions and 21 deletions
|
@ -60,10 +60,11 @@
|
|||
#define BEEPER
|
||||
#define DISPLAY
|
||||
|
||||
#define USE_VCP
|
||||
#define USE_USART1
|
||||
#define USE_USART3
|
||||
#define USE_SOFTSERIAL1
|
||||
#define SERIAL_PORT_COUNT 3
|
||||
#define SERIAL_PORT_COUNT 4
|
||||
|
||||
#define SOFTSERIAL_1_TIMER TIM3
|
||||
#define SOFTSERIAL_1_TIMER_TX_HARDWARE 1 // PWM 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue