Updated Install WLED binary (markdown)

master
Jez McKean 2020-11-21 10:47:52 +00:00
rodzic 1d864e07f1
commit 69469cab17
1 zmienionych plików z 1 dodań i 1 usunięć

@ -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 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!) - 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 esptool.py erase_flash