Skip to content

Commit 1d4e0ca

Browse files
committed
Updated PlatformIO library.json
1 parent 06fa9b0 commit 1d4e0ca

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

library.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ESP32Console",
33
"version": "1.0.0",
44
"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.",
5-
"keywords": "esp32, console",
5+
"keywords": "esp32, console, ping, ifconfig, sysinfo, editor, file",
66
"repository":
77
{
88
"type": "git",
@@ -21,6 +21,10 @@
2121
"homepage": "https://github.com/jbtronics/ESP32Console",
2222
"dependencies": {
2323
},
24+
"exclude": [
25+
".github",
26+
"extras"
27+
],
2428
"frameworks": "arduino",
25-
"platforms": "esp32"
29+
"platforms": "espressif32"
2630
}

0 commit comments

Comments
 (0)