Expose DISABLE_M503 option as a test option

This commit is contained in:
Scott Lahteine
2017-07-01 21:30:46 -05:00
parent 3e78a01262
commit dcec7178d1
34 changed files with 78 additions and 73 deletions

View File

@ -1108,8 +1108,8 @@
#define EEPROM_SETTINGS
#if ENABLED(EEPROM_SETTINGS)
// To disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
#define EEPROM_CHITCHAT // Please keep turned on if you can.
//#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release!
#define EEPROM_CHITCHAT // Print a report on M500. Please keep turned on.
#endif
//