When I use ESP-IDF with command line there is the option -B
which allows me to write the compiled objects into a directory of my choice :
Code: Untitled.bsh Select all
idf.py -B <my_dir> <my_prog>Does somebody know how I can get the equivalent with VSCode and ESP-IDF extension ?
Thanks in advance
J.M. CORNIL