added Wifi-Config to EEPROM Layout

This commit is contained in:
2024-01-25 14:33:40 +01:00
parent 88b572f408
commit 8ef469b9f1
4 changed files with 21 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ LubeConfig_t LubeConfig;
persistenceData_t PersistenceData;
// EEPROM version identifier
const uint16_t eeVersion = 2; // Increment this version when changing EEPROM structures
const uint16_t eeVersion = EEPROM_STRUCTURE_REVISION;
// Flag indicating whether EEPROM is available
boolean eeAvailable = false;