Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My ESP32 (an ESP-WROOM-32) was rebooting continuously This page https://github.com/micropython/micropython/blob/17d82344581ad3a76033fae54c5d3304e17f185f/ports/esp32/README.md?plain=1#L237 tells us """ * Continuous reboots after programming: Ensure `CONFIG_ESPTOOLPY_FLASHMODE` is correct for your board (e.g. ESP-WROOM-32 should be DIO). Then perform a `make clean`, rebuild, redeploy. """ So I just uncommented the line that enables DIO
- Loading branch information