🚸 JyersUI updates (#24451)
This commit is contained in:
committed by
Scott Lahteine
parent
03760fd79e
commit
e93a1dd2fa
@ -26,6 +26,8 @@
|
||||
|
||||
#if ENABLED(DWIN_LCD_PROUI)
|
||||
#include "../../lcd/e3v2/proui/dwin.h"
|
||||
#elif ENABLED(DWIN_CREALITY_LCD_JYERSUI)
|
||||
#include "../../lcd/e3v2/jyersui/dwin.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
@ -34,6 +36,7 @@
|
||||
void GcodeSuite::M997() {
|
||||
|
||||
TERN_(DWIN_LCD_PROUI, DWIN_RebootScreen());
|
||||
TERN_(DWIN_CREALITY_LCD_JYERSUI, CrealityDWIN.DWIN_RebootScreen());
|
||||
|
||||
flashFirmware(parser.intval('S'));
|
||||
|
||||
|
Reference in New Issue
Block a user