Sort out settings.load with SD EEPROM emulation (#14458)
This commit is contained in:
committed by
Scott Lahteine
parent
c9be936d4a
commit
108d0df565
@ -1734,3 +1734,7 @@
|
||||
#define INIT_SDCARD_ON_BOOT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS) && NONE(FLASH_EEPROM_EMULATION, SPI_EEPROM, I2C_EEPROM)
|
||||
#define SD_EEPROM_EMULATION
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user