Unverified Commit e30b821b authored by Matt Sieren's avatar Matt Sieren Committed by GitHub

Add missing Wifi Provisioning dependency (#5203)

parent cb7aef1e
......@@ -160,7 +160,7 @@ set(includedirs
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
set(priv_includes cores/esp32/libb64)
set(requires spi_flash mbedtls mdns esp_adc_cal)
set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning)
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
if(IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment