From 2a3f370522b33ff6ee1920c5d7b6cfab6dff3d34 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 13 Jul 2024 12:13:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tweak=20Ender-5=20S1=20serial=20?= =?UTF-8?q?port?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/Ender-5 S1/Configuration.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/config/examples/Creality/Ender-5 S1/Configuration.h b/config/examples/Creality/Ender-5 S1/Configuration.h index 5511f22114d..9acad4fc13e 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration.h +++ b/config/examples/Creality/Ender-5 S1/Configuration.h @@ -130,15 +130,6 @@ //#define SERIAL_PORT_3 1 //#define BAUDRATE_3 250000 // :[2400, 9600, 19200, 38400, 57600, 115200, 250000, 500000, 1000000] Enable to override BAUDRATE -/** - * Select a third serial port on the board to use for communication with lcd. - * Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1 - * :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - */ -#define LCD_SERIAL_PORT 2 -#define LCD_BAUDRATE 115200 -#define USB_HOST_SERIAL MYSERIAL2 - /** * Select a serial port to communicate with RS485 protocol * :[-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9] @@ -3123,6 +3114,9 @@ // Resistive touch screen #define CREALITY_RTS +#define LCD_SERIAL_PORT 2 +#define LCD_BAUDRATE 115200 +#define USB_HOST_SERIAL MYSERIAL2 // Creality Cloud-based Printing #define CREALITY_CLOUD