Ctrl
+ Shift
+ X
on Windows or Command
+ Shift
+ X
on Mac) in VS Code. Then, search forPlatformIO
, click on PlatformIO IDE
result, and click on Install button.New Project
button:Project Wizard
pop-up we enter a Project Name
, select the Espressif ESP32 Dev Module
, as a generic ESP32 board, and the Arduino
Framework. Once done, click on Finish
and wait PlatformIO to download the required toolchains for the device.platformio.ini
in the root directory for the project. This is a INI-stylefile.platformio.ini
has sections (each denoted by a [header]
) and key / value pairs within the sections. Lines beginning with ;
are ignored and may be used to provide comments.ESP32
project looks like the following:lib_deps
property: