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

[i2s_audio] Bump esphome/ESP32-audioI2S to 2.3.0 (#9124)

This commit is contained in:
Jonathan Swoboda
2025-06-18 00:18:23 -04:00
committed by GitHub
parent 53496a1ecd
commit fd3c22945b
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.2.0")
cg.add_library("esphome/ESP32-audioI2S", "2.3.0")
cg.add_build_flag("-DAUDIO_NO_SD_FS")