-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
28 lines (28 loc) · 953 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "EspWebFileManager",
"version": "2.1.0",
"author": "Jobit Joseph",
"maintainer": "Jobit Joseph <[email protected]>",
"sentence": "A library to manage various file systems and provide file management over web interface for ESP32.",
"paragraph": "EspWebFileManager simplifies the initialization and management of multiple file systems like SD Card(SPI, 1-bit SD_MMC, 4-bit SD_MMC), SPIFFS, LittleFS, and FATfs on ESP32. It also provides a web interface for file operations.",
"category": "Data Storage",
"url": "https://github.com/jobitjoseph/ESPWebFileManager.git",
"architectures": ["esp32"],
"dependencies": [
{
"name": "ESPAsyncWebServer",
"frameworks": ["arduino"]
},
{
"name": "EspWebFileManager",
"frameworks": ["arduino"],
"platforms": "espressif32"
}
],
"export": {
"exclude": [
"dashboard",
"src/SecData.h"
]
}
}