changed Config-Default-code

This commit is contained in:
2024-01-09 13:12:09 +01:00
parent f52f4103f6
commit a7ea17ef05
2 changed files with 27 additions and 25 deletions

View File

@@ -36,6 +36,8 @@ boolean checkEEPROMavailable();
*/
void InitEEPROM()
{
LubeConfig = LubeConfig_defaults;
PersistenceData = {0};
ee.begin();
checkEEPROMavailable();
}