-
Notifications
You must be signed in to change notification settings - Fork 19
/
library.json
30 lines (30 loc) · 854 Bytes
/
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
{
"name": "ESP32Console",
"version": "1.2.2",
"description": "Extensible UART console for ESP32 with useful included commands. This library encapsules the console component of ESP-IDF and make them easy to use in an Arduino environment.",
"keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file",
"repository":
{
"type": "git",
"url": "https://github.com/jbtronics/ESP32Console"
},
"authors":
[
{
"name": "Jan Böhmer",
"email": "[email protected]",
"url": "https://github.com/jbtronics",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/jbtronics/ESP32Console",
"dependencies": {
},
"exclude": [
".github",
"extras"
],
"frameworks": "arduino",
"platforms": "espressif32"
}