Add EEPROM_BOOT_SILENT

This commit is contained in:
Scott Lahteine 2020-03-14 19:47:58 -05:00
parent c0647e5340
commit e9be4be949
159 changed files with 159 additions and 0 deletions

View file

@ -1428,6 +1428,7 @@
#define EEPROM_SETTINGS // Persistent storage with M500 and M501
//#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
#define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM.
#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.
#endif