Boilerplate for developing ESP32 projects using ESP-IDF and VS Code
Note 1: You need to have installed C/C++ extension in your VS Code.
Note 2: Make sure that you have
ESP_IDF
environment variable (which leads to esp-idf folder) and path to XTENSA compiler bin folder needs to be present on thePATH
.
- Clone repository
git clone https://github.com/abobija/esp-idf-vscode-boilerplate.git my-project
- Go inside of project folder
cd my-project
- Start VSC
code .
idf.py set-target esp32
idf.py menuconfig
idf.py build
idf.py -p (PORT) flash
GitHub: abobija
Homepage: abobija.com