Hello
Starting a project from "examples" containing the led_strip component, everything compiles. The problem occurs when I create a new project and add the same component manually, i.e. I add the following line to Cmakelists.txt
.
The pictures below explain everything. Please don't write "then start with an example what's the problem". What if I want to use two or three components?
.
Starting a project from "examples" containing the led_strip component, everything compiles. The problem occurs when I create a new project and add the same component manually, i.e. I add the following line to Cmakelists.txt
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/led_strip)
The pictures below explain everything. Please don't write "then start with an example what's the problem". What if I want to use two or three components?


