💥 Rename ExtUI settings methods
This commit is contained in:
committed by
Scott Lahteine
parent
b0d621d8b9
commit
4ec9af42b8
@@ -97,7 +97,7 @@ namespace ExtUI {
|
||||
void onLoadSettings(const char *buff) { InterfaceSettingsScreen::loadSettings(buff); }
|
||||
void onPostprocessSettings() {} // Called after loading or resetting stored settings
|
||||
|
||||
void onConfigurationStoreWritten(bool success) {
|
||||
void onSettingsStored(bool success) {
|
||||
#ifdef ARCHIM2_SPI_FLASH_EEPROM_BACKUP_SIZE
|
||||
if (success && InterfaceSettingsScreen::backupEEPROM()) {
|
||||
SERIAL_ECHOLNPGM("EEPROM backed up to SPI Flash");
|
||||
@@ -106,7 +106,7 @@ namespace ExtUI {
|
||||
UNUSED(success);
|
||||
#endif
|
||||
}
|
||||
void onConfigurationStoreRead(bool) {}
|
||||
void onSettingsLoaded(bool) {}
|
||||
|
||||
void onPlayTone(const uint16_t frequency, const uint16_t duration) { sound.play_tone(frequency, duration); }
|
||||
|
||||
|
Reference in New Issue
Block a user