Replace link for ESP Web Flasher

The previous link went to a version that wasn't being maintained and had a banner directing users to a different tool. Replace with a link to the version of ESP Web Flasher hosted on adafruit.github.io.
This commit is contained in:
Ben Combee 2022-12-09 09:54:17 -06:00 committed by GitHub
parent b118f472d2
commit 2e28ce3a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ By the way, boolean operation precedence is right to left! (yeesh)
</p>
<p>
If a UF2 bootloader has never been installed on the board, or the UF2 bootloader was removed by erasing or overwriting the flash, the UF2 bootloader must be installed in order to flash <b>.uf2</b> files onto the board. <b>.bin</b> files can be uploaded without a UF2 bootloader, using the
<a href="https://nabucasa.github.io/esp-web-flasher/">ESP Web Flasher</a>
<a href="https://adafruit.github.io/Adafruit_WebSerial_ESPTool/">ESP Web Flasher</a>
or <b>esptool.py</b>.
</p>