Files
IoTManager/lib/LITTLEFS/library.json

22 lines
406 B
JSON
Raw Normal View History

2020-09-02 22:34:49 +03:00
{
2020-10-19 00:46:38 +03:00
"name":"LittleFS_esp32",
"description":"LittleFS for esp32",
2020-09-02 22:34:49 +03:00
"keywords":"littlefs, spiffs",
"authors":
{
2020-10-19 00:46:38 +03:00
"name": "lorol",
2020-09-02 22:34:49 +03:00
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/lorol/LITTLEFS.git"
},
"version": "1.0",
"license": "LGPL-2.0",
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"libCompatMode": 2
}
}