Skip to content

Commit 9c30522

Browse files
committed
Add images for file system and firmware upload
1 parent 6f809f3 commit 9c30522

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ If you have never worked with PlatformIO, please install it as per their [instal
9494

9595
![../img/how-tos/platformio-install.png](../img/how-tos/platformio-install.png)
9696

97+
Now please look at their [quick-start guide](https://docs.platformio.org/en/latest/integration/ide/vscode.html#quick-start):
98+
99+
[![](../img/how-tos/platformio-quickstart.png)](https://docs.platformio.org/en/latest/integration/ide/vscode.html#quick-start)
97100

98101
## The Weather Station Sample Project
99102

@@ -121,15 +124,25 @@ They are all documented _inside_ the file directly.
121124
Everything should be self-explanatory.
122125
Most importantly you will need to set the OpenWeatherMap API key ([how to get key](../how-tos/openweathermap-key.md)).
123126

124-
### Upload code to device
125-
127+
### Upload the file system to device
126128
- Hit the PlatformIO icon on the navigation bar on the left side (alien face).
127129
- Select the ==Platform== > ==Upload Filesystem Image== task.
128130
You only need to do this once if it succeeds.
129131
Pay attention to the output in the VS Code console that opens.
130132
If it reports any errors like e.g. if it cannot connect to the board or if stops midway, then repeat the process.
133+
134+
![../img/how-tos/platformio-filesystem.png](../img/how-tos/platformio-filesystem.png)
135+
136+
### Upload code to device
137+
131138
- Select the ==General== > ==Upload and Monitor== task.
132-
You do this **every time you change code or configuration**.
139+
You do this **every time you change code or configuration**.
140+
141+
![../img/how-tos/platformio-task-upload.png](../img/how-tos/platformio-task-upload.png)
142+
143+
Alternatively you can also use the quick buttons from the footer:
144+
145+
![../img/how-tos/platformio-upload.png](../img/how-tos/platformio-upload.png)
133146

134147
!!! note
135148

94.9 KB
Loading
394 KB
Loading
59.8 KB
Loading

0 commit comments

Comments
 (0)