Leaving it more backwards compatible to build with the 1.0.4 release and PIO For esp32-cores newer than release 1.0.4 (IDF v3.3 or later), you can comment #define CONFIG_LITTLEFS_FOR_IDF_3_2 in esp_littlefs.c to use vfs_littlefs_utime
- A PR to embed it to esp32 core is made too. See the [PR status here](https://github.com/espressif/arduino-esp32/pull/4096)
#### Warning: Depends on ESP-IDF version
-- For esp32-core release 1.0.4, uncomment this line of <b>esp_littlefs.c</b>:
+- For esp32-core newer than release 1.0.4 (IDF v3.3 or later) you cancomment this line of <b>esp_littlefs.c</b> to use the <b>vfs_littlefs_utime</b> feature: