Ver código fonte

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

Bart K 11 anos atrás
pai
commit
4fa2260a59
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      Marlin/cardreader.h

+ 2
- 0
Marlin/cardreader.h Ver arquivo

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

Carregando…
Cancelar
Salvar