Commit 7032aea5 authored by me-no-dev's avatar me-no-dev

Fix compilation issue caused by ESP-Insights

parent a86c7526
......@@ -252,6 +252,9 @@ endfunction()
maybe_add_component(esp-dsp)
if(CONFIG_ESP_INSIGHTS_ENABLED)
maybe_add_component(esp_insights)
endif()
if(CONFIG_ESP_RMAKER_WORK_QUEUE_TASK_STACK)
maybe_add_component(esp_rainmaker)
maybe_add_component(qrcode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment