I’m using ESP IDF directly to create an esp32 HomeKit project using this library:
I’d like to add a library.json
to the project to use it from PIO. The issue is the project has many components meaning many nested src
and include
files. I’m not in a position to change the directory structure of another companies project like this.
The docs don’t seem to specify how to create a library with multiple srcDir
and includeDir
provisions. I’ve experimented with multiple but when I load the library, PIO doesn’t see the headers.
Any recommendations on how to go forward? Perhaps make many “libraries” out of the components?