Makes MP3 header files public for I2S code (#8868)

* Makes MP3 header files public for I2S code

* Fix mdns version to 1.2.1

* commetary
This commit is contained in:
Rodrigo Garcia 2023-11-10 18:57:18 -03:00 committed by GitHub
parent b1335dce41
commit bf17d0e0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"