You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>First of all, please follow the steps to install esptool.py <ahref="https://github.com/espressif/esptool">here</a>.</li>
2734
2734
<li>Download the latest <ahref="https://github.com/Aircoookie/WLED/releases">release binary</a> file!</li>
2735
-
<li>Make sure only one ESP device/microcontroller is connected to your computer! Otherwise you could accidentally overwrite the wrong one. If you know the serial port, you can also add the <code>-port COM3</code> attribute after<code>write_flash</code></li>
2735
+
<li>Make sure only one ESP device/microcontroller is connected to your computer! Otherwise you could accidentally overwrite the wrong one. If you know the serial port, you can also add the <code>--port COM3</code> attribute before<code>write_flash</code></li>
<p>Firstly, flash the version 4 bootloader file, which you can find <ahref="https://github.com/Aircoookie/WLED/releases/download/v0.13.1/esp32_bootloader_v4.bin">here</a>.<br/>
2743
2743
This step only has to be done once, to update afterwards the bootloader does not have to be re-installed.</p>
<p>When esptool.py says <code>Connecting...</code>, some ESP32 boards require you to hold the boot button (to the right of the USB port) for a few seconds </p>
2750
2750
<ul>
2751
2751
<li>If you experience issues, run this command before trying <code>write_flash</code> again (Note: this will erase all settings stored on the ESP!)</li>
0 commit comments