From 35d5fabe33c24931bc629704b645119c0218a0ed Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 22 Sep 2017 18:38:01 +0800 Subject: [PATCH] Revert SPIFFS_USE_MAGIC_LENGTH to 0 (#3612) --- cores/esp8266/spiffs/spiffs_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/esp8266/spiffs/spiffs_config.h b/cores/esp8266/spiffs/spiffs_config.h index 44f129d67..c3343fe2f 100644 --- a/cores/esp8266/spiffs/spiffs_config.h +++ b/cores/esp8266/spiffs/spiffs_config.h @@ -201,7 +201,7 @@ typedef uint8_t u8_t; // be accepted for mounting with a configuration defining the filesystem as 2 // megabytes. #ifndef SPIFFS_USE_MAGIC_LENGTH -#define SPIFFS_USE_MAGIC_LENGTH (1) +#define SPIFFS_USE_MAGIC_LENGTH (0) #endif #endif