! Warning: This wrapper depends on ESP-IDF, esp32 core, esp_littlefs and Mbed LittleFS versions
! Warning: This wrapper depends on ESP-IDF, esp32 core, esp_littlefs and Mbed LittleFS versions
```
```
-- For esp32 core release 1.0.4 w/ IDFv3.2 Uncomment this line in **esp_littlefs.c**: ```//#define CONFIG_LITTLEFS_FOR_IDF_3_2```
+- For esp32 core release 1.0.4 w/ IDFv3.2 you need to uncomment this line in **esp_littlefs.c**: ```//#define CONFIG_LITTLEFS_FOR_IDF_3_2```
- Tested with [esp32-core #git b92c58d](https://github.com/espressif/arduino-esp32/commit/b92c58d74b151c7a3b56db4e78f2d3c90c16446f) and on core [release 1.0.4](https://github.com/espressif/arduino-esp32/releases/tag/1.0.4)
- Tested with [esp32-core #git b92c58d](https://github.com/espressif/arduino-esp32/commit/b92c58d74b151c7a3b56db4e78f2d3c90c16446f) and on core [release 1.0.4](https://github.com/espressif/arduino-esp32/releases/tag/1.0.4)
- See LITTLEFS_time example with file timestamps that works with esp32 core on IDF v3.3
- See LITTLEFS_time example with file timestamps that works with esp32 core on IDF v3.3
@@ -46,8 +46,10 @@
|Filesystem|Read time [ms]|Write time [ms]|
|Filesystem|Read time [ms]|Write time [ms]|
|----|----|----|
|----|----|----|
|FAT|276|14493|
|FAT|276|14493|
+|LITTLEFS|446*|16387|
|SPIFFS|767|65622|
|SPIFFS|767|65622|
-|LITTLEFS|916|16200|
+
+*The read speed improved by changing ```#define CONFIG_LITTLEFS_CACHE_SIZE``` from 128 to 512