💥 Rename ExtUI settings methods

This commit is contained in:
Scott Lahteine
2022-03-29 03:38:25 -05:00
committed by Scott Lahteine
parent b0d621d8b9
commit 4ec9af42b8
11 changed files with 22 additions and 21 deletions

View File

@@ -88,12 +88,12 @@ namespace ExtUI {
// Called after loading or resetting stored settings
}
void onConfigurationStoreWritten(bool success) {
void onSettingsStored(bool success) {
// Called after the entire EEPROM has been written,
// whether successful or not.
}
void onConfigurationStoreRead(bool success) {
void onSettingsLoaded(bool success) {
// Called after the entire EEPROM has been read,
// whether successful or not.
}