diff --git a/Install-WLED-binary.md b/Install-WLED-binary.md index a2bc88a..e9ca2db 100644 --- a/Install-WLED-binary.md +++ b/Install-WLED-binary.md @@ -18,7 +18,7 @@ If the ESP32 is new, you will need to flash the bootloader first. This is not re ``` esptool.py write_flash 0x0 ./esp32_bootloader.bin ``` -When esptool.py says `Connecting...`, some ESP32 boards require you to hold the boot button (to the right of the USB port for a few seconds) +When esptool.py says `Connecting...`, some ESP32 boards require you to hold the boot button (to the right of the USB port) for a few seconds - If you experience issues, run this command before trying `write_flash` again (Note: this will erase all settings stored on the ESP!) ``` esptool.py erase_flash