|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
examples | %!s(int64=5) %!d(string=hai) anos | |
src | %!s(int64=5) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
library.json | %!s(int64=5) %!d(string=hai) anos | |
library.properties | %!s(int64=5) %!d(string=hai) anos |
For esp32-core newer than release 1.0.4 (IDF v3.3 or later) you can comment this line of esp_littlefs.c to use the vfs_littlefs_utime feature:
#define CONFIG_LITTLEFS_FOR_IDF_3_2
For Win, the default place of arduino-esp32 core libraries is somewhere like:
- Alternatively, you can put it to your usual libraries place
### Usage
- In your existing code, replace SPIFFS like this
#define USE_LittleFS
#include #ifdef USE_LittleFS #define SPIFFS LITTLEFS #include #else #include #endif ```
<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar
).