ESP32 PlatformIO — IDF and Arduino VScode Boilerplate
Note 1: Install Visual Studio.
Note 2: You need to have installed PlatformIO extension in your Visual Studio.
- Clone repository
git clone https://github.com/lucasmaziero/esp32-platformio-vscode-boilerplate.git my-esp32-project
- Go inside of project folder
cd my-esp32-project
- Start VScode
code .