1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-24 06:02:21 +01:00

[audio] Bump esp-audio-libs to version 1.1.4 for speed optimizations (#8739)

This commit is contained in:
Kevin Ahrendt
2025-05-11 00:25:19 -05:00
committed by GitHub
parent bec9d91419
commit ff1c3cb52e
2 changed files with 3 additions and 3 deletions

View File

@@ -165,4 +165,4 @@ def final_validate_audio_schema(
async def to_code(config):
cg.add_library("esphome/esp-audio-libs", "1.1.3")
cg.add_library("esphome/esp-audio-libs", "1.1.4")