Skip to content

Commit 0e8c4f7

Browse files
Merge pull request #365 from mikebaz/patch-1
Huzzah board button press note
2 parents ada0c28 + 5e14b29 commit 0e8c4f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ Then successive uploads can just upload the firmware
259259
esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x10000 firmware.bin
260260
```
261261

262+
**If uploading to a Huzzah ESP32 board, it may be necessary to hold down the GPIO0 button while pressing the Reset button to trigger a download request on the board. Both buttons can be released after the Reset button has been pressed.**
263+
262264
**If uploading to ESP32 Etherent gateway, use slower baudrate of `115200`**
263265

264266
Or with the [NodeMCU PyFlasher](https://github.com/marcelstoer/nodemcu-pyflasher) GUI, available with pre-built executable files for Windows/Mac.

0 commit comments

Comments
 (0)