Skip to content

Commit 934841e

Browse files
PaulMartinsenPaul
and
Paul
authored
Added missing wifi_provisioning dependency. (#4003)
Co-authored-by: Paul <[email protected]>
1 parent 49b7664 commit 934841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ set(COMPONENT_ADD_INCLUDEDIRS
206206

207207
set(COMPONENT_PRIV_INCLUDEDIRS cores/esp32/libb64)
208208

209-
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal)
209+
set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal wifi_provisioning)
210210
set(COMPONENT_PRIV_REQUIRES fatfs nvs_flash app_update spiffs bootloader_support openssl bt)
211211

212212
register_component()

0 commit comments

Comments
 (0)