File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ set(includedirs
208208set (srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS} )
209209set (priv_includes cores/esp32/libb64)
210210set (requires spi_flash mbedtls mdns wifi_provisioning wpa_supplicant esp_adc esp_eth http_parser)
211- set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid esp_insights )
211+ set (priv_requires fatfs nvs_flash app_update spiffs bootloader_support bt esp_hid)
212212
213213idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires} )
214214
@@ -251,6 +251,9 @@ endfunction()
251251
252252maybe_add_component(esp-dsp)
253253
254+ if (CONFIG_ESP_INSIGHTS_ENABLED)
255+ maybe_add_component(esp_insights)
256+ endif ()
254257if (CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
255258 maybe_add_component(esp_rainmaker)
256259 maybe_add_component(qrcode)
You can’t perform that action at this time.
0 commit comments