Skip to content

Commit

Permalink
Makes MP3 header files public for I2S code (#8868)
Browse files Browse the repository at this point in the history
* Makes MP3 header files public for I2S code

* Fix mdns version to 1.2.1

* commetary
  • Loading branch information
SuGlider authored Nov 10, 2023
1 parent b1335dc commit bf17d0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ files:
- "**/*"
dependencies:
idf: ">=5.1"
mdns: "^1.1.0"
chmorgan/esp-libhelix-mp3: "1.0.3"
# mdns 1.2.1 is necessary to build H2 with no WiFi
mdns: "1.2.1"
chmorgan/esp-libhelix-mp3:
version: "1.0.3"
require: public
espressif/esp-zboss-lib: "^1.0.1"
espressif/esp-zigbee-lib: "^1.0.1"
esp-dsp: "^1.3.4"
Expand Down

0 comments on commit bf17d0e

Please sign in to comment.