We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 334bb31 + 213d9f9 commit 9b45463Copy full SHA for 9b45463
_includes/download/board.html
@@ -220,6 +220,9 @@ <h3>Absolute Newest</h3>
220
</p>
221
<div>
222
<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 %}
226
<div class="clear"></div>
227
</div>
228
0 commit comments