audio lib
This commit is contained in:
parent
d0f9f400f9
commit
cbbc9154db
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "lib/ESP32-audioI2S"]
|
||||||
|
path = lib/ESP32-audioI2S
|
||||||
|
url = https://github.com/schreibfaul1/ESP32-audioI2S.git
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit edfcf9f57182b847c59523b7dc796b80b0e094a5
|
||||||
|
|
@ -13,7 +13,7 @@ platform = espressif32
|
||||||
board = wemos_d1_mini32
|
board = wemos_d1_mini32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
esphome/ESP32-audioI2S@^2.0.7
|
# esphome/ESP32-audioI2S@^3.0.0
|
||||||
me-no-dev/AsyncTCP@^1.1.1
|
me-no-dev/AsyncTCP@^1.1.1
|
||||||
me-no-dev/ESP Async WebServer@^1.2.3
|
me-no-dev/ESP Async WebServer@^1.2.3
|
||||||
alanswx/ESPAsyncWiFiManager@^0.31
|
alanswx/ESPAsyncWiFiManager@^0.31
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue