Smaller SD EEPROM file on Ender 3 V2

This commit is contained in:
Scott Lahteine 2020-07-16 22:36:49 -05:00
parent bd0430dc38
commit e34684a9c7
1 changed files with 2 additions and 1 deletions

View File

@ -47,10 +47,11 @@
#if ENABLED(IIC_BL24CXX_EEPROM)
#define IIC_EEPROM_SDA PA11
#define IIC_EEPROM_SCL PA12
#define MARLIN_EEPROM_SIZE 0x4000 // 16Kb (24c16)
//#define MARLIN_EEPROM_SIZE 0x4000 // 16Kb (24c16)
#endif
#define SDCARD_EEPROM_EMULATION // SD EEPROM until all EEPROM is BL24CXX
#define MARLIN_EEPROM_SIZE 0x1000 // 4Kb
// SPI
//#define SPI_EEPROM // EEPROM on SPI-0