|
@ -79,12 +79,12 @@ namespace ExtUI { |
|
|
// Called after loading or resetting stored settings
|
|
|
// Called after loading or resetting stored settings
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void onConfigurationStoreWritten(bool success) { |
|
|
void onSettingsStored(bool success) { |
|
|
// Called after the entire EEPROM has been written,
|
|
|
// Called after the entire EEPROM has been written,
|
|
|
// whether successful or not.
|
|
|
// whether successful or not.
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
void onConfigurationStoreRead(bool success) { |
|
|
void onSettingsLoaded(bool success) { |
|
|
// Called after the entire EEPROM has been read,
|
|
|
// Called after the entire EEPROM has been read,
|
|
|
// whether successful or not.
|
|
|
// whether successful or not.
|
|
|
} |
|
|
} |
|
@ -117,6 +117,7 @@ namespace ExtUI { |
|
|
|
|
|
|
|
|
void onSteppersDisabled() {} |
|
|
void onSteppersDisabled() {} |
|
|
void onSteppersEnabled() {} |
|
|
void onSteppersEnabled() {} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#endif // NEXTION_TFT
|
|
|
#endif // NEXTION_TFT
|
|
|