default FORMAT_FILESYSTEM to false in FSBrowser.ino (#2425)
This commit is contained in:
parent
c001996eef
commit
2e9cb5945d
@ -28,7 +28,8 @@
|
|||||||
#include <ESPmDNS.h>
|
#include <ESPmDNS.h>
|
||||||
|
|
||||||
#define FILESYSTEM SPIFFS
|
#define FILESYSTEM SPIFFS
|
||||||
#define FORMAT_FILESYSTEM true
|
// You only need to format the filesystem once
|
||||||
|
#define FORMAT_FILESYSTEM false
|
||||||
#define DBG_OUTPUT_PORT Serial
|
#define DBG_OUTPUT_PORT Serial
|
||||||
|
|
||||||
#if FILESYSTEM == FFat
|
#if FILESYSTEM == FFat
|
||||||
|
Loading…
Reference in New Issue
Block a user