️ Larger FYSETC S6 I2C EEPROM size (#22424)

This commit is contained in:
George Fu 2021-07-30 09:09:38 +08:00 committed by Scott Lahteine
parent 3e559d5c1c
commit 90ed772590

View File

@ -50,7 +50,7 @@
// 128 kB sector allocated for EEPROM emulation.
#define FLASH_EEPROM_LEVELING
#elif ENABLED(I2C_EEPROM)
#define MARLIN_EEPROM_SIZE 0x0800 // 2KB
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#endif
//