-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
47 lines (47 loc) · 1013 Bytes
/
Copy pathlibrary.json
File metadata and controls
47 lines (47 loc) · 1013 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "AutoNetwork",
"version": "0.0.2",
"description": "Modern WiFi connection manager with captive portal for ESP32. Features automatic credential storage, WPA2 Enterprise support, custom parameters, LED status indicator, and OTA updates with comprehensive callback system.",
"keywords": [
"wifi",
"esp32",
"captive-portal",
"connection-manager",
"wpa2-enterprise",
"async-webserver",
"credential-storage",
"auto-connect"
],
"authors": [
{
"name": "Brooks",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/brooksbUWO/AutoNetwork.git"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif32",
"dependencies": [
{
"name": "ArduinoJson"
},
{
"name": "AsyncTCP"
}
],
"export": {
"include": [
"src/*",
"examples/*",
"docs/*",
"README.md",
"LICENSE",
"library.properties",
"library.json"
]
}
}