Updated Install WLED binary (markdown)

This commit is contained in:
Christian Schwinne 2021-08-09 15:01:01 +02:00
parent 88d0dc6a8b
commit 728fcda783
1 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,12 @@
### Flashing method 1: esptool
### Flashing method 1: WLED web installer
**This is by far the easiest and fastest way to get WLED up and running!**
Make sure you are running a recent desktop Chrome or Edge browser and head over to the [installer site](https://install.wled.me)!
If you are updating an existing version of WLED, make sure to uncheck "Clean install" so that your settings are kept.
This installer is not yet available for ESPs with flash chips smaller than 4MB (e.g. ESP01)
### Flashing method 2: esptool
- First of all, please follow the steps to install esptool.py [here](https://github.com/espressif/esptool).
- Download the latest [release binary](https://github.com/Aircoookie/WLED/releases) file!
@ -24,7 +32,7 @@ When esptool.py says `Connecting...`, some ESP32 boards require you to hold the
esptool.py erase_flash
```
### Flashing method 2: [ESP Home Flasher](https://github.com/esphome/esphome-flasher/releases) tool
### Flashing method 3: [ESP Home Flasher](https://github.com/esphome/esphome-flasher/releases) tool
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:
@ -32,7 +40,7 @@ For some ESP32 boards, you might have to press some buttons after uploading:
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
### Flashing method 4: 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.
If your device is already running a firmware with built-in OTA capability, you can probably use that as well.