Hello,
I am trying to setup the environment to use the esp-mdf library with ESP32…
Now, I need to add the esp-mdf library folders to the project search paths, I tried many ways, but it appears I am able to add only a single search path, and as I add another one, the previous one appears not to be used anymore…
I tried :
[platformio]
src_dir = main
include_dir = F:/ESP32/esp-mdf/components/base_components/mdf_mics/include/
and other options, but it appears I am not able to more than one path each time ( apart using the -I option of the build flags, with an almost infinite long line )…
Is there a ( maybe easy ) way to do what I am trying to do…?
Thanks
Kind Regards
Alex