mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
add audio library dependency
This commit is contained in:
parent
d6adb83396
commit
f7f2a84fbf
2 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,7 @@ FINAL_VALIDATE_SCHEMA = _supported_local_file_validate
|
|||
|
||||
|
||||
async def to_code(config):
|
||||
cg.add_library("https://github.com/esphome/esp-audio-libs", "1.0.0")
|
||||
cg.add_library("esphome/esp-audio-libs", "1.0.0")
|
||||
|
||||
# Wifi settings based on https://github.com/espressif/esp-adf/issues/297#issuecomment-783811702
|
||||
esp32.add_idf_sdkconfig_option("CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM", 16)
|
||||
|
|
|
@ -146,6 +146,7 @@ lib_deps =
|
|||
${common:idf.lib_deps}
|
||||
droscy/esp_wireguard@0.4.2 ; wireguard
|
||||
kahrendt/ESPMicroSpeechFeatures@1.1.0 ; micro_wake_word
|
||||
esphome/esp-audio-libs@1.0.0 ; nabu
|
||||
build_flags =
|
||||
${common:idf.build_flags}
|
||||
-Wno-nonnull-compare
|
||||
|
|
Loading…
Reference in a new issue