How to use the -B build option with VSCODE
Posted: Thu Dec 30, 2021 7:35 pm
Hello
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 :
Does somebody know how I can get the equivalent with VSCode and ESP-IDF extension ?
Thanks in advance
J.M. CORNIL
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 :
- 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