Added missing wifi_provisioning dependency. (#4003)
Co-authored-by: Paul <Paul.Martinsen@NumberEightInnovation.com>
This commit is contained in:
parent
49b76649f1
commit
934841e236
@ -206,7 +206,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
|
|||||||
|
|
||||||
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
|
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
|
||||||
|
|
||||||
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
|
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal wifi_provisioning)
|
||||||
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
|
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
|
||||||
|
|
||||||
register_component()
|
register_component()
|
||||||
|
Loading…
Reference in New Issue
Block a user