Parcourir la source

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

Bart K il y a 11 ans
Parent
révision
4fa2260a59
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      Marlin/cardreader.h

+ 2
- 0
Marlin/cardreader.h Voir le fichier

@@ -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];

Chargement…
Annuler
Enregistrer