Skip to content

Commit fd5d4f9

Browse files
committed
update library- json and properties
1 parent b1bca27 commit fd5d4f9

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

library.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ESP32-audioI2S",
3+
"version": "3.0.13",
4+
"description": "With this library You can easily build a WebRadio with a ESP32 board and a I2S-module",
5+
"keywords": "audio, i2s, esp32",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/schreibfaul1/ESP32-audioI2S.git"
9+
},
10+
"authors": [
11+
{
12+
"name": "schreibfaul1"
13+
}
14+
],
15+
"license": "GPL-3.0",
16+
"homepage": "https://github.com/schreibfaul1/ESP32-audioI2S",
17+
"dependencies": {},
18+
"frameworks": ["arduino", "espidf"],
19+
"platforms": "espressif32"
20+
}

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=ESP32-audioI2S-master
2+
version=3.0.13
3+
author=schreibfaul1
4+
maintainer=schreibfaul1
5+
sentence=With this library You can easily build a WebRadio with a ESP32 board and a I2S-module.
6+
paragraph=Plays webradio, playlists can be m3u, pls or asx. Data format can be only mp3, aac, flac, opus, vorbis or m4a. It can also play files from a SD Card.
7+
category=Device Control
8+
url=https://github.com/schreibfaul1/ESP32-audioI2S
9+
architectures=esp32

0 commit comments

Comments
 (0)