Skip to content

Commit d9924b3

Browse files
authored
Merge pull request #1 from valeros/idf-release/v5.1
Add package manifest file for PlatformIO integration
2 parents 59f667a + 76a6b3a commit d9924b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "framework-arduinoespressif32-libs",
3+
"version": "5.1.0+sha.420ebd208a",
4+
"description": "Precompiled libraries for Arduino Wiring-based Framework for the Espressif ESP32 series of SoCs",
5+
"keywords": [
6+
"framework",
7+
"arduino",
8+
"espressif",
9+
"esp32"
10+
],
11+
"license": "LGPL-2.1-or-later",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/espressif/esp32-arduino-libs"
15+
}
16+
}

0 commit comments

Comments
 (0)