read back EEPROM after Format to Maintain DTC
This commit is contained in:
@@ -162,6 +162,7 @@ void FormatConfig_EEPROM()
|
||||
Serial.println("Formatting Config-Partition");
|
||||
ConfigData = ConfigData_defaults;
|
||||
StoreConfig_EEPROM();
|
||||
GetConfig_EEPROM();
|
||||
}
|
||||
|
||||
void FormatPersistence_EEPROM()
|
||||
@@ -172,6 +173,7 @@ void FormatPersistence_EEPROM()
|
||||
Serial.println("Formatting Persistance-Partition");
|
||||
PersistenceData = {0};
|
||||
StorePersistence_EEPROM();
|
||||
GetPersistence_EEPROM();
|
||||
}
|
||||
|
||||
void MovePersistencePage_EEPROM(boolean reset)
|
||||
|
Reference in New Issue
Block a user