Skip to content
Snippets Groups Projects
Commit e34684a9 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Smaller SD EEPROM file on Ender 3 V2

parent bd0430dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment