From f696e0b59bbe72be3c7ca1fd64dc46ddae1f4cc7 Mon Sep 17 00:00:00 2001 From: Sten Otto Johnsen Date: Fri, 24 Apr 2020 12:15:25 +0200 Subject: [PATCH] Removed checksum change --- src/AmsConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AmsConfiguration.h b/src/AmsConfiguration.h index afe60992..c2991cb6 100644 --- a/src/AmsConfiguration.h +++ b/src/AmsConfiguration.h @@ -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);