Skip to content

Commit 781e8b1

Browse files
authored
Update CMakeLists.txt
1 parent a2cae5c commit 781e8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ set(includedirs
154154

155155
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS})
156156
set(priv_includes cores/esp32/libb64)
157-
set(requires spi_flash mbedtls mdns esp_adc_cal nghttp wpa_supplicant)
157+
set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp wpa_supplicant)
158158
set(priv_requires fatfs nvs_flash app_update bootloader_support openssl bt esp_ipc esp_hid)
159159

160160
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})

0 commit comments

Comments
 (0)