ExtUI::onPostprocessSettings (#21683)

This commit is contained in:
vyacheslav-shubin
2021-04-24 09:16:14 +03:00
committed by GitHub
parent 8b5e7429d7
commit f424da498a
9 changed files with 28 additions and 0 deletions

View File

@@ -389,6 +389,7 @@ namespace ExtUI {
void onFactoryReset();
void onStoreSettings(char *);
void onLoadSettings(const char *);
void onPostprocessSettings();
void onConfigurationStoreWritten(bool success);
void onConfigurationStoreRead(bool success);
#if ENABLED(POWER_LOSS_RECOVERY)