We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb55c0 commit c2d8012Copy full SHA for c2d8012
docs/mcu_setup.md
@@ -23,6 +23,8 @@ Download the .zip archive for your board from the release link above and extract
23
24
```python -m esptool --chip esp32 -b 460800 --before default_reset --after hard_reset write_flash --flash_mode dio --flash_size 4MB --flash_freq 40m 0x1000 bootloader.bin 0x8000 partition-table.bin 0x10000 micropython.bin```
25
26
+Connect to it with one of the [suggested development environments](#suggested-development-environments) below.
27
+
28
## Suggested Development Environments
29
30
### Thonny
0 commit comments