12345678910111213141516171819202122 |
- {
- "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.6",
- "license": "LGPL-2.0",
- "frameworks": "arduino",
- "platforms": "espressif32",
- "build": {
- "libCompatMode": 2
- }
- }
|