Skip to content

Commit 4b1c279

Browse files
igrrd-a-v
authored andcommitted
Revert SPIFFS_USE_MAGIC_LENGTH to 0 (esp8266#3612)
1 parent 8ee9341 commit 4b1c279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/spiffs/spiffs_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ typedef uint8_t u8_t;
201201
// be accepted for mounting with a configuration defining the filesystem as 2
202202
// megabytes.
203203
#ifndef SPIFFS_USE_MAGIC_LENGTH
204-
#define SPIFFS_USE_MAGIC_LENGTH (1)
204+
#define SPIFFS_USE_MAGIC_LENGTH (0)
205205
#endif
206206
#endif
207207

0 commit comments

Comments
 (0)