diff --git a/docs/basics/install-wled-flasher.md b/docs/basics/install-wled-flasher.md index 39ea82401..7ebb7c350 100644 --- a/docs/basics/install-wled-flasher.md +++ b/docs/basics/install-wled-flasher.md @@ -1,5 +1,5 @@ --- -title: Installation using ESP GUI +title: Install using WLED ESP Flasher hide: # - navigation # - toc @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 0aab9ffd4..3baf367c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: @@ -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