forked from jeroenvermeulen/JeVe_EasyOTA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 697 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 697 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
{
"name": "XJM_EasyOTA",
"authors": [
{
"name": "Jeroen Vermeulen",
"email": "info@jeve.eu",
"url": "https://www.jeroenvermeulen.eu/"
},
{
"name": "Andrius Mikonis",
"email": "andrius.mikonis@gmail.com",
"url": ""
}
],
"keywords": "OTA, Over The Air Updates, ArduinoOTA",
"description": "Library which makes it easy to add support for Over-The-Air (OTA) updates to your project. Works with ESP8266 and ESP32.",
"repository": {
"type": "git",
"url": "https://github.com/jeroenvermeulen/JeVe_EasyOTA.git"
},
"frameworks": "arduino",
"platforms": [
"esp8266",
"esp32",
"espressif32",
"espressif8266"
]
}