Skip to content

Commit 213d9f9

Browse files
Add WebSerial ESPTool link to Absolute Newest section
Add a link to the Adafruit WebSerial ESPTool on board download pages for boards with bootloader_info.installer == true (ESP32 variants). This gives users a way to flash .bin files downloaded from S3. Addresses #1572
1 parent 17c2dcc commit 213d9f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_includes/download/board.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ <h3>Absolute Newest</h3>
220220
</p>
221221
<div>
222222
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/{{ board_id }}/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
223+
{% if bootloader_info and bootloader_info.installer and bootloader_info.installer == true %}
224+
<a class="download-button-unrecommended" href="https://adafruit.github.io/Adafruit_WebSerial_ESPTool/">OPEN WEBSERIAL ESPTOOL<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
225+
{% endif %}
223226
<div class="clear"></div>
224227
</div>
225228
</div>

0 commit comments

Comments
 (0)