Skip to content

Commit c2d8012

Browse files
Update mcu_setup.md
1 parent 5cb55c0 commit c2d8012

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/mcu_setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Download the .zip archive for your board from the release link above and extract
2323

2424
```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```
2525

26+
Connect to it with one of the [suggested development environments](#suggested-development-environments) below.
27+
2628
## Suggested Development Environments
2729

2830
### Thonny

0 commit comments

Comments
 (0)