Skip to content

Commit 6f809f3

Browse files
committed
Add instructions for the development environment
1 parent fb81226 commit 6f809f3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/guides/esp32-color-kit-grande.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,17 @@ The following pictures indicate the open/closed positions.
8585

8686
## Development environment
8787
We will be working with a **PlatformIO** (PIO) development environment in **Visual Studio Code** (VS Code).
88-
If you have never worked with PlatformIO, please install it as per their [installation instructions](https://platformio.org/install/ide?install=vscode).
89-
Once done, walk through their minial "Getting Started" section.
88+
If you have never worked with PlatformIO, please install it as per their [installation instructions](https://docs.platformio.org/en/latest/integration/ide/vscode.html#installation).
9089

91-
## Sample project
90+
0. [Download](https://code.visualstudio.com/) and install official Microsoft Visual Studio Code. PlatformIO IDE is built on top of it
91+
1. Open VSCode Package Manager
92+
2. Search for the official platformio ide extension
93+
3. Install PlatformIO IDE.
94+
95+
![../img/how-tos/platformio-install.png](../img/how-tos/platformio-install.png)
96+
97+
98+
## The Weather Station Sample Project
9299

93100
With all the soldering done we will turn to the Weather Station Touch project.
94101

0 commit comments

Comments
 (0)