Skip to content

Commit 9b45463

Browse files
authored
Merge pull request #1757 from makermelissa-piclaw/add-webserial-esptool-link
Add WebSerial ESPTool link to Absolute Newest section
2 parents 334bb31 + 213d9f9 commit 9b45463

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)