✏️ Fix LCD sleep conditional (#24685)
This commit is contained in:
committed by
GitHub
parent
c918e90b8d
commit
15a100dafa
@@ -647,7 +647,7 @@
|
|||||||
#if ALL(HAS_RESUME_CONTINUE, PRINTER_EVENT_LEDS, SDSUPPORT)
|
#if ALL(HAS_RESUME_CONTINUE, PRINTER_EVENT_LEDS, SDSUPPORT)
|
||||||
#define HAS_LEDS_OFF_FLAG 1
|
#define HAS_LEDS_OFF_FLAG 1
|
||||||
#endif
|
#endif
|
||||||
#ifdef DISPLAY_SLEEP_MINUTES || TOUCH_IDLE_SLEEP_MINS
|
#if DISPLAY_SLEEP_MINUTES || TOUCH_IDLE_SLEEP_MINS
|
||||||
#define HAS_DISPLAY_SLEEP 1
|
#define HAS_DISPLAY_SLEEP 1
|
||||||
#endif
|
#endif
|
||||||
#if HAS_DISPLAY_SLEEP || LCD_BACKLIGHT_TIMEOUT_MINS
|
#if HAS_DISPLAY_SLEEP || LCD_BACKLIGHT_TIMEOUT_MINS
|
||||||
|
Reference in New Issue
Block a user