File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ set(includedirs
208
208
set (srcs ${CORE_SRCS} ${LIBRARY_SRCS} ${BLE_SRCS} )
209
209
set (priv_includes cores/esp32/libb64)
210
210
set (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)
212
212
213
213
idf_component_register(INCLUDE_DIRS ${includedirs} PRIV_INCLUDE_DIRS ${priv_includes} SRCS ${srcs} REQUIRES ${requires} PRIV_REQUIRES ${priv_requires} )
214
214
@@ -251,6 +251,9 @@ endfunction()
251
251
252
252
maybe_add_component(esp-dsp)
253
253
254
+ if (CONFIG_ESP_INSIGHTS_ENABLED)
255
+ maybe_add_component(esp_insights)
256
+ endif ()
254
257
if (CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
255
258
maybe_add_component(esp_rainmaker)
256
259
maybe_add_component(qrcode)
You can’t perform that action at this time.
0 commit comments