forked from espressif/arduino-esp32
default FORMAT_FILESYSTEM to false in FSBrowser.ino (#2425)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user