Add current sdkconfig defines to Visual Studio Code

764 Views Asked by At

I work with ESP32 IDF4.2 in Visual Studio Code. I have lots of configurations and options set by the precompiler through the 'menuconfig' tool that generates a sdkconfig in /proyectx/build/

It would be quite useful to have that file taken by the program so I could see the actual code that is being compiled; but I cannot find a way to do so.

Any help?

1

There are 1 best solutions below

0
Felix On