Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35d5fab

Browse files
committedSep 22, 2017
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.