Skip to content

Commit 35d5fab

Browse files
committed
Revert SPIFFS_USE_MAGIC_LENGTH to 0 (#3612)
1 parent ed20eb5 commit 35d5fab

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)