-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 928 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 928 Bytes
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
29
{
"name": "ElegantOTA",
"keywords": "ElegantOTA, OTA, Update, ESP8266, ESP32, RP2040, RP2350, over, the, air, firmware, filesystem, littlefs, spiffs",
"description": "OTA updates made slick and simple for everyone! ElegantOTA is a library which provides an interactive portal for your over-the-air updates for wireless microcontrollers like ESP8266, ESP32, RP2040+W and RP2350+W.",
"repository":
{
"type": "git",
"url": "https://github.com/ayushsharma82/ElegantOTA.git"
},
"authors":
[
{
"name": "Ayush Sharma",
"email": "asrocks5@gmail.com",
"maintainer": true
}
],
"dependencies": [
{
"owner": "esp32async",
"name": "ESPAsyncWebServer",
"version": "^3.7.3",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
}
],
"version": "3.1.7",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32", "raspberrypi"]
}