Move AUTO_REPORT_SD_STATUS to SDSUPPORT block

This commit is contained in:
Scott Lahteine
2018-03-07 01:50:30 -06:00
parent 22a017a856
commit 94f5204629
45 changed files with 225 additions and 215 deletions

View File

@ -612,6 +612,11 @@
*/
//#define SD_REPRINT_LAST_SELECTED_FILE
/**
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
#endif // SDSUPPORT
/**
@ -1409,11 +1414,6 @@
*/
#define AUTO_REPORT_TEMPERATURES
/**
* Auto-report SdCard status with M27 S<seconds>
*/
//#define AUTO_REPORT_SD_STATUS
/**
* Include capabilities in M115 output
*/