🐛 Some EEPROM size fixes (#24113)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
*/
|
||||
//#define FLASH_EEPROM_EMULATION
|
||||
#define I2C_EEPROM // EEPROM on I2C-0
|
||||
#define MARLIN_EEPROM_SIZE 0x70000 // 512K (CAT24C512)
|
||||
#define MARLIN_EEPROM_SIZE 0x10000 // 64K (CAT24C512)
|
||||
|
||||
// This is another option to emulate an EEPROM, but it's more efficient to not lose the data in the first place.
|
||||
//#define SDCARD_EEPROM_EMULATION
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
*/
|
||||
//#define FLASH_EEPROM_EMULATION
|
||||
#define I2C_EEPROM // EEPROM on I2C-0
|
||||
#define MARLIN_EEPROM_SIZE 0x70000 // 512K (CAT24C512)
|
||||
#define MARLIN_EEPROM_SIZE 0x10000 // 64K (CAT24C512)
|
||||
|
||||
//This its another option to emulate an EEPROM, but its more efficient to dont loose the data the first One.
|
||||
//#define SDCARD_EEPROM_EMULATION
|
||||
|
||||
Reference in New Issue
Block a user