Updated Install WLED binary (markdown)

This commit is contained in:
bharvey88 2020-12-15 22:08:54 -06:00
parent 961b924cec
commit 6235b66631
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ This is a GUI-based tool recommended by some users as easier to use than esptool
For some ESP32 boards, you might have to press some buttons after uploading:
> Hold both buttons down, plug it in, start flashing, then when is tries to detect, let go of the button to the left of the USB as you look at it, then when it detects the board type, let go of the other button.
If running windows, you need a driver from here: https://www.wemos.cc/en/latest/ch340_driver.html before your computer will show the COM port in ESPhome Flasher. With a Wemos D1 mini you do not need to hold down the reset button while flashing.
### Flashing method 3: OTA update
You can alternatively use my [basic HTTP OTA updater](https://github.com/Aircoookie/ESP8266MinimalHTTPUpdater) sketch and upload the binary! This requires the Arduino IDE and ESP8266 core installed.