🚸 Retain power during Pause (#22227)
This commit is contained in:
@ -525,10 +525,13 @@ public:
|
||||
|
||||
static void draw_select_screen_prompt(PGM_P const pref, const char * const string=nullptr, PGM_P const suff=nullptr);
|
||||
|
||||
#elif HAS_WIRED_LCD
|
||||
#else
|
||||
|
||||
static constexpr bool on_status_screen() { return true; }
|
||||
FORCE_INLINE static void run_current_screen() { status_screen(); }
|
||||
|
||||
#if HAS_WIRED_LCD
|
||||
FORCE_INLINE static void run_current_screen() { status_screen(); }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user