default FORMAT_FILESYSTEM to false in FSBrowser.ino (#2425)

This commit is contained in:
lbernstone 2019-02-14 05:06:21 -07:00 committed by Me No Dev
parent c001996eef
commit 2e9cb5945d

View File

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