read back EEPROM after Format to Maintain DTC
This commit is contained in:
parent
cad34d6b84
commit
1b7157dbdc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user