|
@@ -115,14 +115,6 @@ LsAction CardReader::lsAction; //stored for recursion.
|
115
|
115
|
uint16_t CardReader::nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
|
116
|
116
|
char *CardReader::diveDirName;
|
117
|
117
|
|
118
|
|
-#if ENABLED(AUTO_REPORT_SD_STATUS)
|
119
|
|
- uint8_t CardReader::auto_report_sd_interval;
|
120
|
|
- millis_t CardReader::next_sd_report_ms;
|
121
|
|
- #if NUM_SERIAL > 1
|
122
|
|
- int8_t CardReader::serialport;
|
123
|
|
- #endif
|
124
|
|
-#endif
|
125
|
|
-
|
126
|
118
|
CardReader::CardReader() {
|
127
|
119
|
#if ENABLED(SDCARD_SORT_ALPHA)
|
128
|
120
|
sort_count = 0;
|