Add missing Wifi Provisioning dependency (#5203)
This commit is contained in:
parent
cb7aef1e88
commit
e30b821be1
@ -160,7 +160,7 @@ set(includedirs
|
|||||||
|
|
||||||
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
|
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
|
||||||
set(priv_includes cores/esp32/libb64)
|
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)
|
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt main)
|
||||||
|
|
||||||
if(IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)
|
if(IDF_TARGET MATCHES "esp32s2|esp32s3" AND CONFIG_TINYUSB_ENABLED)
|
||||||
|
Loading…
Reference in New Issue
Block a user