1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Revert SPIFFS_USE_MAGIC_LENGTH to 0 (#3612)

This commit is contained in:
Ivan Grokhotkov 2017-09-22 18:38:01 +08:00
parent ed20eb5b3e
commit 35d5fabe33

View File

@ -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