@@ -21,18 +21,18 @@ Open VSCode and install the PlatformIO IDE extension.
In PlatformIO, select **Create project** in the left sidebar.




Choose an appropriate name for your project, select **ESP32 Dev Module** as the board, and **Arduino** as the framework.


***
## PIO Overview


After the project is created, you will land on this page. This is the programming environment where you will work. On the left, you see the folder structure that PlatformIO sets up.
Write your code in the `main.cpp` file located in the `src` folder.
...
...
@@ -61,11 +61,11 @@ The silibser file must be installed with a right-click (Windows).
- In VSCode choose the button **build&upload** in the lower left corner of the IDE.
<imgsrc="images/pio_upload.png"width = "500">
<imgsrc="../images/pio_upload.png"width = "500">
- If the compilation of and the upload of the code to the ESP has been successfull, this message will appear: