forked from debsahu/PersWiFiManager
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (31 loc) · 686 Bytes
/
library.json
File metadata and controls
31 lines (31 loc) · 686 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
{
"name": "PersWiFiManager",
"keywords": "async, wifi, manager, non-blocking",
"description": "A non-blocking, persistant wifi manager for ESP8266 that allows network changes at any time",
"repository": {
"type": "git",
"url": "https://github.com/debsahu/PersWiFiManager.git"
},
"version": "4.0.1",
"authors": {
"name": "Debashish Sahu",
"url": "https://github.com/debsahu/PersWiFiManager",
"maintainer": true
},
"frameworks": "arduino",
"platforms": "espressif8266",
"dependencies":[
{
"name": "ESPAsyncUDP"
},
{
"name": "ESPAsyncTCP"
},
{
"name": "ESP Async WebServer"
},
{
"name": "ESPAsyncDNSServer"
}
]
}