Skip to content

Commit

Permalink
default FORMAT_FILESYSTEM to false in FSBrowser.ino (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbernstone authored and me-no-dev committed Feb 14, 2019
1 parent c001996 commit 2e9cb59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/WebServer/examples/FSBrowser/FSBrowser.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
#include <ESPmDNS.h>

#define FILESYSTEM SPIFFS
#define FORMAT_FILESYSTEM true
// You only need to format the filesystem once
#define FORMAT_FILESYSTEM false
#define DBG_OUTPUT_PORT Serial

#if FILESYSTEM == FFat
Expand Down

0 comments on commit 2e9cb59

Please sign in to comment.