audio lib

This commit is contained in:
Stefan Ostermann 2023-08-28 23:15:01 +02:00
parent d0f9f400f9
commit cbbc9154db
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib/ESP32-audioI2S"]
path = lib/ESP32-audioI2S
url = https://github.com/schreibfaul1/ESP32-audioI2S.git

1
lib/ESP32-audioI2S Submodule

@ -0,0 +1 @@
Subproject commit edfcf9f57182b847c59523b7dc796b80b0e094a5

View File

@ -13,7 +13,7 @@ platform = espressif32
board = wemos_d1_mini32
framework = arduino
lib_deps =
esphome/ESP32-audioI2S@^2.0.7
# esphome/ESP32-audioI2S@^3.0.0
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
alanswx/ESPAsyncWiFiManager@^0.31