mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
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