-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathidf_component.yml
More file actions
33 lines (33 loc) · 890 Bytes
/
idf_component.yml
File metadata and controls
33 lines (33 loc) · 890 Bytes
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
31
32
33
## IDF Component Manager Manifest File
name: "sendspin-cpp"
dependencies:
idf: ">=5.5"
espressif/esp_websocket_client: ">=1.0.0"
bblanchon/arduinojson: ">=7.4.2"
esphome/micro-flac:
version: ">=0.1.1"
rules:
- if: "$CONFIG{SENDSPIN_ENABLE_PLAYER} == True"
esphome/micro-opus:
version: ">=0.3.5"
rules:
- if: "$CONFIG{SENDSPIN_ENABLE_PLAYER} == True"
description: "Sendspin synchronized audio streaming client for ESP32"
license: "Apache-2.0"
maintainers:
- Kevin Ahrendt <kevin.ahrendt@openhomefoundation.org>
version: "0.0.0"
url: https://github.com/sendspin/sendspin-cpp
repository: https://github.com/sendspin/sendspin-cpp.git
files:
exclude:
- ".claude/**"
- ".github/**"
- ".clang-*"
- ".clangd"
- ".markdownlint.yaml"
- ".pre-commit-config.yaml"
- "examples/**"
- "test/**"
- "script/**"
- "CLAUDE.md"