Compare commits

...

1 Commits

Author SHA1 Message Date
716b67e0db DO NOT Init EEPROM on first boot after a new build. 2024-10-14 13:01:27 +02:00

View File

@@ -2232,7 +2232,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.
//#define EEPROM_INIT_NOW // Init EEPROM on first boot after a new build.
#endif
// @section host