Browse Source

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

Bart K 11 years ago
parent
commit
4fa2260a59
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/cardreader.h

+ 2
- 0
Marlin/cardreader.h View File

@@ -17,6 +17,7 @@ public:
17 17
 
18 18
   void checkautostart(bool x); 
19 19
   void openFile(char* name,bool read);
20
+  void openLogFile(char* name);
20 21
   void removeFile(char* name);
21 22
   void closefile();
22 23
   void release();
@@ -44,6 +45,7 @@ public:
44 45
 
45 46
 public:
46 47
   bool saving;
48
+  bool logging;
47 49
   bool sdprinting ;  
48 50
   bool cardOK ;
49 51
   char filename[13];

Loading…
Cancel
Save