|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
examples | %!s(int64=4) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
library.properties | %!s(int64=4) %!d(string=hai) anos |
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
).