-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
48 lines (48 loc) · 1.18 KB
/
library.json
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
48
{
"name": "iizi_wifi",
"version": "0.0.14",
"description": "easy wifi manager",
"keywords": "wifi manager, device configuration, app parameters",
"repository": {
"type": "git",
"url": "https://github.com/slaesh/iizi_wifi.git"
},
"authors": [
{
"name": "slaesh",
"email": "[email protected]",
"url": "https://slae.sh",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://slae.sh",
"dependencies": {
"WiFi": "*",
"LittleFS": "*",
"me-no-dev/AsyncTCP": "^1.1.1",
"me-no-dev/ESP Async WebServer": "^1.2.3",
"ESPAsyncDNSServer": "https://github.com/hunter-nl/ESPAsyncDNSServer",
"bblanchon/ArduinoJson": "^6.20.0",
"slaesh/is_timer_expired": "^1.0.1"
},
"frameworks": [
"arduino"
],
"platforms": [
"espressif32",
"espressif8266"
],
"headers": [
"iizi_wifi_mng.h",
"iizi_app_parameters.h"
],
"export": {
"exclude": [
".vscode/**",
"html/**",
"platformio.ini",
"prepare_html.py"
]
}
}