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

@@ -98,6 +98,10 @@ namespace ExtUI {
// memcpy(&myDataStruct, buff, sizeof(myDataStruct));
}
void onPostprocessSettings() {
// Called after loading or resetting stored settings
}
void onConfigurationStoreWritten(bool success) {
// Called after the entire EEPROM has been written,
// whether successful or not.