-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
33 lines (33 loc) · 807 Bytes
/
library.json
File metadata and controls
33 lines (33 loc) · 807 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
30
31
32
33
{
"name": "AsyncOTA",
"version": "1.0.0",
"keywords": "ota, over-the-air, firmware, flash, ESP32",
"description": "Asynchronous over-the-air (OTA) firmware updates for ESP32.",
"homepage": "https://github.com/circuitcode/AsyncOTA",
"repository": {
"type": "git",
"url": "https://github.com/circuitcode/AsyncOTA.git"
},
"authors": [
{
"name": "Andrea Sessa",
"maintanier": true
}
],
"license": "MIT",
"framworks": "arduino",
"platforms": "espressif32",
"headers": [
"AsyncOTA.h"
],
"export": {
"include": [
"examples",
"src",
"library.json",
"library.properties",
"LICENSE",
"README.md"
]
}
}