🔥 Remove JyersUI (#24459)
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
|
||||
#include "../gcode.h"
|
||||
|
||||
#if ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
#include "../../lcd/e3v2/jyersui/dwin.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* M575 - Change serial baud rate
|
||||
*
|
||||
@@ -69,10 +65,7 @@ void GcodeSuite::M575() {
|
||||
|
||||
SERIAL_FLUSH();
|
||||
|
||||
if (set1) {
|
||||
MYSERIAL1.end(); MYSERIAL1.begin(baud);
|
||||
TERN_(DWIN_CREALITY_LCD_JYERSUI, eeprom_settings.Baud115k = (baud == 115200));
|
||||
}
|
||||
if (set1) { MYSERIAL1.end(); MYSERIAL1.begin(baud); }
|
||||
#if HAS_MULTI_SERIAL
|
||||
if (set2) { MYSERIAL2.end(); MYSERIAL2.begin(baud); }
|
||||
#ifdef SERIAL_PORT_3
|
||||
|
||||
Reference in New Issue
Block a user