diff --git a/config/examples/Creality/Ender-5 S1/Configuration.h b/config/examples/Creality/Ender-5 S1/Configuration.h index 5511f22114..9acad4fc13 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