Removed checksum change

This commit is contained in:
Sten Otto Johnsen 2020-04-24 12:15:25 +02:00
parent f67f12a188
commit f696e0b59b

View File

@ -114,7 +114,7 @@ private:
int debugLevel = 3;
const int EEPROM_SIZE = 512;
const int EEPROM_CHECK_SUM = 82; // Used to check if config is stored. Change if structure changes
const int EEPROM_CHECK_SUM = 81; // Used to check if config is stored. Change if structure changes
const int EEPROM_CONFIG_ADDRESS = 0;
bool loadConfig72(int address);