💥 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

@@ -147,8 +147,8 @@ namespace ExtUI {
void onStoreSettings(char*) {}
void onLoadSettings(const char*) {}
void onPostprocessSettings() {}
void onConfigurationStoreWritten(bool) {}
void onConfigurationStoreRead(bool) {}
void onSettingsStored(bool) {}
void onSettingsLoaded(bool) {}
#if HAS_MESH
void onLevelingStart() {}