8000
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 d25f9cc commit 8d58d65Copy full SHA for 8d58d65
CMakeLists.txt
@@ -212,7 +212,7 @@ set(includedirs
212
213
set(srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS})
214
set(priv_includes cores/esp32/libb64)
215
-set(requires spi_flash mbedtls wifi_provisioning wpa_supplicant esp_adc esp_eth http_parser)
+set(requires spi_flash esp_partition mbedtls wifi_provisioning wpa_supplicant esp_adc esp_eth http_parser)
216
set(priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid)
217
218
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires})
0 commit comments