forked from hpsaturn/esp32-wifi-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
55 lines (55 loc) · 1.04 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
49
50
51
52
53
54
55
{
"name": "ESP32 Wifi CLI",
"version": "0.2.1",
"homepage":"https://github.com/hpsaturn/esp32-wifi-cli#readme",
"keywords":
[
"CLI",
"command line",
"basic",
"Wifi",
"ESP32",
"ESP32-C3",
"terminal",
"WifiCLI",
"ESP32WifiCLI"
],
"description":"Basic and extendible Wifi CLI manager via serial command line for ESP32",
"repository":
{
"type": "git",
"url": "https://github.com/hpsaturn/esp32-wifi-cli.git"
},
"frameworks": ["espidf", "freertos", "arduino"],
"platforms":
[
"espressif32"
],
"export": {
"exclude":
[
".github",
".vscode",
".travis.yml",
".gitignore",
"deploy.sh",
"releases",
"docs",
"images",
"examples/*/.vscode"
]
},
"authors":
[
{
"name": "@hpsaturn",
"url": "https://hpsaturn.com",
"maintainer": true
}
],
"license": "GPL-3.0-only",
"dependencies":
[
{"name":"SerialTerminal", "version":"https://github.com/hpsaturn/SerialTerminal.git"}
]
}