0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

Fix EEPROM checksum bug

Addressing #12048
This commit is contained in:
Scott Lahteine 2018-10-10 02:21:47 -05:00
parent 272d4a5167
commit 9b5c1a5e77

View file

@ -37,8 +37,8 @@
*/
// Change EEPROM version if the structure changes
#define EEPROM_VERSION "V60"
#define EEPROM_OFFSET 0
#define EEPROM_VERSION "V61"
#define EEPROM_OFFSET 100
// Check the integrity of data offsets.
// Can be disabled for production build.