Skip to content

Commit 997542c

Browse files
committed
Fix compilation issue caused by ESP-Insights
1 parent 1376ee0 commit 997542c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ endfunction()
251251

252252
maybe_add_component(esp-dsp)
253253

254+
if(CONFIG_ESP_INSIGHTS_ENABLED)
255+
maybe_add_component(esp_insights)
256+
endif()
254257
if(CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
255258
maybe_add_component(esp_rainmaker)
256259
maybe_add_component(qrcode)

0 commit comments

Comments
 (0)