From 934841e2360e3f3c87354fd5bf9d5789308bf9a8 Mon Sep 17 00:00:00 2001 From: PaulMartinsen Date: Fri, 22 May 2020 19:30:21 +1200 Subject: [PATCH] Added missing wifi_provisioning dependency. (#4003) Co-authored-by: Paul --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d38f9d43..5a2ca8e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ set(COMPONENT_ADD_INCLUDEDIRS 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) register_component()