Skip to content
Snippets Groups Projects
Commit 4fa2260a authored by Bart K's avatar Bart K
Browse files

Fixed cardreader.h to resolve issue #440 (Pull Request #425 missing file)

parent 038d4052
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ public: ...@@ -17,6 +17,7 @@ public:
void checkautostart(bool x); void checkautostart(bool x);
void openFile(char* name,bool read); void openFile(char* name,bool read);
void openLogFile(char* name);
void removeFile(char* name); void removeFile(char* name);
void closefile(); void closefile();
void release(); void release();
...@@ -44,6 +45,7 @@ public: ...@@ -44,6 +45,7 @@ public:
public: public:
bool saving; bool saving;
bool logging;
bool sdprinting ; bool sdprinting ;
bool cardOK ; bool cardOK ;
char filename[13]; char filename[13];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment