🐛 Fix Biqu BX Serial Ports (#760)

Co-authored-by: Victor Oliveira <81722+rhapsodyv@users.noreply.github.com>
This commit is contained in:
Keith Bennett 2022-06-22 05:01:14 -07:00 committed by GitHub
parent 54984aa564
commit 3817114b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT 4
#define SERIAL_PORT -1 // USB
/**
* Serial Port Baud Rate
@ -130,7 +130,7 @@
* Currently Ethernet (-2) is only supported on Teensy 4.1 boards.
* :[-2, -1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_2 -1
#define SERIAL_PORT_2 1 // TFT
//#define BAUDRATE_2 250000 // Enable to override BAUDRATE
/**
@ -138,7 +138,7 @@
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
#define SERIAL_PORT_3 4 // WiFi
//#define BAUDRATE_3 250000 // Enable to override BAUDRATE
// Enable the Bluetooth serial interface on AT90USB devices