From 69469cab17f0413ae7c468a98e7804a62a8b3212 Mon Sep 17 00:00:00 2001 From: Jez McKean Date: Sat, 21 Nov 2020 10:47:52 +0000 Subject: [PATCH] Updated Install WLED binary (markdown) --- Install-WLED-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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