We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d7338 commit 4e525eeCopy full SHA for 4e525ee
CMakeLists.txt
@@ -196,7 +196,7 @@ set(includedirs
196
197
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
198
set(priv_includes cores/esp32/libb64)
199
-set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp)
+set(requires spi_flash mbedtls mdns esp_adc_cal wifi_provisioning nghttp wpa_supplicant)
200
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support openssl bt esp_ipc esp_hid)
201
202
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
0 commit comments