Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7032aea

Browse filesBrowse files
committed
Fix compilation issue caused by ESP-Insights
1 parent a86c752 commit 7032aea
Copy full SHA for 7032aea

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ endfunction()
252252

253253
maybe_add_component(esp-dsp)
254254

255+
if(CONFIG_ESP_INSIGHTS_ENABLED)
256+
maybe_add_component(esp_insights)
257+
endif()
255258
if(CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
256259
maybe_add_component(esp_rainmaker)
257260
maybe_add_component(qrcode)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.