⚡️ Larger FYSETC S6 I2C EEPROM size (#22424)
This commit is contained in:
parent
3e559d5c1c
commit
90ed772590
|
@ -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
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue