mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:45:15 +00:00
[audio] Bump microMP3 to v0.2.3 (#16977)
This commit is contained in:
committed by
Jesse Hills
parent
9bf35ab8fb
commit
aef9b5b72f
@@ -1 +1 @@
|
||||
a6ec18b82143e293ca6dee6947217f10a387ace99881a34b2c308ff627c8173c
|
||||
34f6ce4a4775acf8c7201778f114b191f78269f232b67f01fed920f0cdf73686
|
||||
|
||||
@@ -395,7 +395,7 @@ async def to_code(config):
|
||||
)
|
||||
if data.mp3_support:
|
||||
cg.add_define("USE_AUDIO_MP3_SUPPORT")
|
||||
add_idf_component(name="esphome/micro-mp3", ref="0.2.1")
|
||||
add_idf_component(name="esphome/micro-mp3", ref="0.2.3")
|
||||
_emit_memory_pair(
|
||||
data.mp3.buffer_memory,
|
||||
"CONFIG_MP3_DECODER_PREFER_PSRAM",
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies:
|
||||
esphome/micro-flac:
|
||||
version: 0.2.0
|
||||
esphome/micro-mp3:
|
||||
version: 0.2.1
|
||||
version: 0.2.3
|
||||
esphome/micro-opus:
|
||||
version: 0.4.1
|
||||
esphome/micro-wav:
|
||||
|
||||
Reference in New Issue
Block a user