Search found 2 matches
- Mon Feb 17, 2025 1:16 am
- Forum: ESP-IDF
- Topic: Adding external components on VSCode
- Replies: 4
- Views: 745
Re: Adding external components on VSCode
Sorry if I was too vague, what I meant was that nothing happend. I cloned the repo into ./components and nothing changed, if I tried to #include it wouldn't find the dependency. I'll surley take a look on your link, even though I took a somewhat deep look into the docs I didn't find this section, ho...
- Sun Feb 16, 2025 10:46 pm
- Forum: ESP-IDF
- Topic: Adding external components on VSCode
- Replies: 4
- Views: 745
Adding external components on VSCode
How do I add components from outside ESP Registry? I have some components on Github that I would like to add to my project but I just don't know how. With Registry it's a matter of executing the add-dependency and re-build the project, but that doesn't seem to apply to other components... Example of...