This commit is contained in:
parent
038d405254
commit
4fa2260a59
@ -17,6 +17,7 @@ public:
|
||||
|
||||
void checkautostart(bool x);
|
||||
void openFile(char* name,bool read);
|
||||
void openLogFile(char* name);
|
||||
void removeFile(char* name);
|
||||
void closefile();
|
||||
void release();
|
||||
@ -44,6 +45,7 @@ public:
|
||||
|
||||
public:
|
||||
bool saving;
|
||||
bool logging;
|
||||
bool sdprinting ;
|
||||
bool cardOK ;
|
||||
char filename[13];
|
||||
|
Loading…
Reference in New Issue
Block a user