|
@@ -27,7 +27,7 @@ public:
|
|
void release();
|
|
void release();
|
|
void startFileprint();
|
|
void startFileprint();
|
|
void pauseSDPrint();
|
|
void pauseSDPrint();
|
|
- void getFileSize();
|
|
|
|
|
|
+ uint32_t getFileSize();
|
|
void getStatus();
|
|
void getStatus();
|
|
void printingHasFinished();
|
|
void printingHasFinished();
|
|
|
|
|
|
@@ -70,7 +70,6 @@ public:
|
|
bool cardOK ;
|
|
bool cardOK ;
|
|
char filename[13];
|
|
char filename[13];
|
|
uint16_t creationTime, creationDate;
|
|
uint16_t creationTime, creationDate;
|
|
- uint32_t public_fileSize;
|
|
|
|
char longFilename[LONG_FILENAME_LENGTH];
|
|
char longFilename[LONG_FILENAME_LENGTH];
|
|
bool filenameIsDir;
|
|
bool filenameIsDir;
|
|
int lastnr; //last number of the autostart;
|
|
int lastnr; //last number of the autostart;
|