[audio] Bump microMP3 to v0.4.0 (#17279)

This commit is contained in:
Kevin Ahrendt
2026-06-29 11:33:56 -04:00
committed by GitHub
parent 7984349c36
commit 2778c62d07
2 changed files with 2 additions and 2 deletions
+1 -1
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.3.0")
add_idf_component(name="esphome/micro-mp3", ref="0.4.0")
_emit_memory_pair(
data.mp3.buffer_memory,
"CONFIG_MICRO_MP3_PREFER_PSRAM",
+1 -1
View File
@@ -12,7 +12,7 @@ dependencies:
esphome/micro-flac:
version: 0.2.0
esphome/micro-mp3:
version: 0.3.0
version: 0.4.0
esphome/micro-opus:
version: 0.4.1
esphome/micro-wav: