🐛 Fix status_printf alert level
This commit is contained in:
@@ -365,7 +365,7 @@ public:
|
||||
|
||||
static void set_status(const char * const cstr, const bool persist=false);
|
||||
static void set_status(FSTR_P const fstr, const int8_t level=0);
|
||||
static void status_printf(const uint8_t level, FSTR_P const fmt, ...);
|
||||
static void status_printf(int8_t level, FSTR_P const fmt, ...);
|
||||
|
||||
#if HAS_DISPLAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user