Commit dd96baa1 authored by Hendrik Langer's avatar Hendrik Langer

Add platformio library.json file

parent 4e95bba3
{
"name": "ESP32-audioI2S",
"version": "2.0.0",
"description": "With this library You can easily build a WebRadio with a ESP32 board and a I2S-module",
"keywords": "audio, i2s, esp32",
"repository": {
"type": "git",
"url": "https://github.com/schreibfaul1/ESP32-audioI2S.git"
},
"authors": [
{
"name": "schreibfaul1"
}
],
"license": "GPL-3.0",
"homepage": "https://github.com/schreibfaul1/ESP32-audioI2S",
"dependencies": {},
"frameworks": ["arduino", "espidf"],
"platforms": "espressif32"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment