You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/esp32-color-kit-grande.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,17 @@ The following pictures indicate the open/closed positions.
85
85
86
86
## Development environment
87
87
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).
90
89
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
0 commit comments