diff --git a/Software/src/config.cpp b/Software/src/config.cpp index b80a14a..482a5a6 100644 --- a/Software/src/config.cpp +++ b/Software/src/config.cpp @@ -180,7 +180,7 @@ void MovePersistencePage_EEPROM(boolean reset) if (!checkEEPROMavailable()) return; - globals.eePersistanceAdress = +sizeof(PersistenceData); + globals.eePersistanceAdress += sizeof(PersistenceData); PersistenceData.writeCycleCounter = 0; // check if we reached the End of the EEPROM and Startover at the beginning