Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions docs/basics/install-wled-flasher.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Installation using ESP GUI
title: Install using WLED ESP Flasher
hide:
# - navigation
# - toc
Expand All @@ -12,11 +12,21 @@ You can find precompiled .bin files on the [official release page](https://bin.w
If you are not sure what binary you should use look at this page:
[What binary should I use?](/basics/install-binary#what-binary-should-i-use)

## 2. Downloading the ESP WLED Flasher
## 2. Downloading the WLED ESP Flasher

You can find and download flasher [here](https://github.com/srg74/WLED-wemos-shield/tree/master/resources/Firmware/WLED_%20ESP_Flasher)!
The flasher is maintained in the [WLED-wemos-shield project](https://github.com/srg74/WLED-wemos-shield). Download it for your operating system:

After downloading a file, unzip it and start
=== "Windows"

[Download WLED ESP Flasher for Windows](https://github.com/srg74/WLED-wemos-shield/raw/master/resources/Firmware/WLED_%20ESP_Flasher/Windows.zip)

Unzip the file and start the flasher.

=== "macOS"

[Download WLED ESP Flasher for macOS](https://github.com/srg74/WLED-wemos-shield/raw/master/resources/Firmware/WLED_%20ESP_Flasher/macOS.zip)

Unzip the file and start the flasher.

## 3. Flashing firmware bin files

Expand Down
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ markdown_extensions:
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tilde
extra:
social:
Expand Down Expand Up @@ -88,6 +93,7 @@ nav:
- Installation:
- Install WLED Binary: basics/install-binary.md
- Install using ESP GUI: basics/install-gui.md
- Install using WLED ESP Flasher: basics/install-wled-flasher.md
- Compiling WLED: advanced/compiling-wled.md
- Tutorials: basics/tutorials.md
- FAQ: basics/faq.md
Expand Down