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

Commit 43ae202

Browse files
committed
esp32/README.md: merged with upstream
1 parent 57ce050 commit 43ae202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

esp32/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ import machine
160160
antenna = machine.Pin(16, machine.Pin.OUT, value=0)
161161
```
162162

163-
164163
Troubleshooting
165164
---------------
166165

167-
* Continuous reboots after programming: Ensure FLASH_MODE is correct for your board (e.g. ESP-WROOM-32 should be DIO). Perform a `make clean`, rebuild, redeploy.
168-
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)