|  | 5 년 전 | |
|---|---|---|
| examples | 5 년 전 | |
| src | 5 년 전 | |
| LICENSE | 5 년 전 | |
| README.md | 5 년 전 | |
| library.json | 5 년 전 | |
| library.properties | 5 년 전 | 
A quick startup based on your existing code you can re-define SPIFFS like this
#define USE_LittleFS
#include <FS.h>
#ifdef USE_LittleFS
#define SPIFFS LITTLEFS
#include <LITTLEFS.h> 
#else
#include <SPIFFS.h>
#endif 
<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jarpackages\esp32\hardware\esp32\<x.x.x>\tools\mklittlefs\ folder