EEPROM_INIT_NOW

MarlinFirmware/Marlin#23276
This commit is contained in:
Scott Lahteine 2021-12-21 20:35:46 -06:00
parent 0b40e591e2
commit 4d0376b4fd
296 changed files with 496 additions and 202 deletions

View file

@ -1851,6 +1851,7 @@
#define EEPROM_BOOT_SILENT // Keep M503 quiet and only give errors during first load
#if ENABLED(EEPROM_SETTINGS)
//#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors.
//#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
#endif
//