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

[i2s_audio] Bump esphome/ESP32-audioI2S to 2.2.0 (#8920)

This commit is contained in:
Jesse Hills
2025-05-29 08:12:03 +12:00
committed by GitHub
parent 34169491ac
commit 3fb9577ad9
2 changed files with 2 additions and 2 deletions

View File

@@ -116,5 +116,5 @@ async def to_code(config):
cg.add_library("WiFiClientSecure", None)
cg.add_library("HTTPClient", None)
cg.add_library("esphome/ESP32-audioI2S", "2.0.7")
cg.add_library("esphome/ESP32-audioI2S", "2.2.0")
cg.add_build_flag("-DAUDIO_NO_SD_FS")