Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit a5439a1

Browse files
MrSurlydpgeorge
authored andcommitted
esp32/README: Add troubleshooting section to the end.
1 parent f3913bf commit a5439a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

esp32/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,10 @@ boot.py file):
159159
import machine
160160
antenna = machine.Pin(16, machine.Pin.OUT, value=0)
161161
```
162+
163+
Troubleshooting
164+
---------------
165+
166+
* Continuous reboots after programming: Ensure FLASH_MODE is correct for your
167+
board (e.g. ESP-WROOM-32 should be DIO). Then perform a `make clean`, rebuild,
168+
redeploy.

0 commit comments

Comments
 (0)