Search found 2 matches

by BoCoKeith
Tue Nov 28, 2023 4:37 pm
Forum: ESP-IDF
Topic: Cannot Move Components Outside of Project Tree
Replies: 3
Views: 3528

Re: Cannot Move Components Outside of Project Tree

Thanks a ton, @Microcontroller. That did it! (And thanks for looking @ESP_Sprite.)
by BoCoKeith
Sat Nov 25, 2023 6:59 pm
Forum: ESP-IDF
Topic: Cannot Move Components Outside of Project Tree
Replies: 3
Views: 3528

Cannot Move Components Outside of Project Tree

I am having a problem moving components outside of a project folder. With the following directory structure...

C:\ESP\sprinkle
└─sprinkle-sensor
├─CMakeLists.txt
├─sdkconfig
├─build
├─components
│ └─sprinkle_common
│ ├─CMakeLists.txt
│ ├─component.mk
│ ├─sprinkle_common.c
│ └─include ...

Go to advanced search