From b1b081d87c69bfc91f8486e008a2d646e25b2caf Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:01:14 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Biqu=20BX=20Serial=20Ports?= =?UTF-8?q?=20(#760)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Victor Oliveira <81722+rhapsodyv@users.noreply.github.com> --- config/examples/BIQU/BX/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/BIQU/BX/Configuration.h b/config/examples/BIQU/BX/Configuration.h index 95a21b2e80..02b2fcf5af 100644 --- a/config/examples/BIQU/BX/Configuration.h +++ b/config/examples/BIQU/BX/Configuration.h @@ -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