[audio] Bump microMP3 to v0.2.3 (#16977)

This commit is contained in:
Kevin Ahrendt
2026-06-15 16:48:07 -04:00
committed by Jesse Hills
parent 9bf35ab8fb
commit aef9b5b72f
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
a6ec18b82143e293ca6dee6947217f10a387ace99881a34b2c308ff627c8173c
34f6ce4a4775acf8c7201778f114b191f78269f232b67f01fed920f0cdf73686

View File

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

View File

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