I am try to use the fastled under esp-idf (visual code). I copied all the needed folder under the components folder.
I got when using #include "FastLED.h" the next error message -> Include file not found in Path.
Is there a way / or how can i add the subfolders for Fastled to the Path?
In the readme.md it just says (https://github.com/bbulkow/FastLED-idf#fastled)
KurtDrop this into the components/FastLED-idf directory. Now, it might have been cleaner to create a subdirectory with nothing but the FastLED-source code, this could be an organizational change the future.