Power-off confirm / beep options (#22191)

This commit is contained in:
Cytown
2021-06-24 00:40:32 +08:00
committed by GitHub
parent 48161cf091
commit 0bd113b944
6 changed files with 28 additions and 2 deletions

View File

@@ -334,6 +334,10 @@ public:
static void resume_print();
static void flow_fault();
#if BOTH(PSU_CONTROL, PS_OFF_CONFIRM)
static void poweroff();
#endif
#if HAS_WIRED_LCD
static millis_t next_button_update_ms;