Add ExtUI::onStatusChanged_P (#17543)
This commit is contained in:
@@ -339,6 +339,7 @@ namespace ExtUI {
|
||||
void onUserConfirmRequired(const char * const msg);
|
||||
void onUserConfirmRequired_P(PGM_P const pstr);
|
||||
void onStatusChanged(const char * const msg);
|
||||
void onStatusChanged_P(PGM_P const pstr);
|
||||
void onFactoryReset();
|
||||
void onStoreSettings(char *);
|
||||
void onLoadSettings(const char *);
|
||||
|
||||
Reference in New Issue
Block a user