Skip to content

Commit 7626717

Browse files
committed
Fix compilation issue with DEBUG as SPIFFS
1 parent 38d86c5 commit 7626717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp3d/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
#ifndef FS_NO_GLOBALS
109109
#define FS_NO_GLOBALS
110110
#endif
111-
#endif
112-
#include <FS.h>*/
111+
#endif*/
112+
#include <FS.h>
113113
#define DEBUG_PIPE NO_PIPE
114114
#define LOG(string) {FSFILE logfile = SPIFFS.open("/log.txt", "a+");logfile.print(string);logfile.close();}
115115
#endif

0 commit comments

Comments
 (0)