mirror of https://github.com/arendst/Tasmota.git
22 lines
408 B
JSON
22 lines
408 B
JSON
|
{
|
||
|
"name":"LittleFS_esp32",
|
||
|
"description":"LittleFS for esp32",
|
||
|
"keywords":"littlefs, spiffs",
|
||
|
"authors":
|
||
|
{
|
||
|
"name": "lorol",
|
||
|
"maintainer": true
|
||
|
},
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/lorol/LITTLEFS.git"
|
||
|
},
|
||
|
"version": "1.0.5",
|
||
|
"license": "LGPL-2.0",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "espressif32",
|
||
|
"build": {
|
||
|
"libCompatMode": 2
|
||
|
}
|
||
|
}
|