installation instructions button

This commit is contained in:
foamyguy 2024-10-25 15:27:35 -05:00
parent 59fe0d483b
commit be389c6db4
3 changed files with 10 additions and 3 deletions

View file

@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg"
date_added: 2022-08-19
family: esp32
downloads_display: true
download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start
features:
- Feather-Compatible
- Battery Charging

View file

@ -142,6 +142,12 @@
version="{{ version.version }}"
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
{% endif %}
{% if page.download_instructions != nil and page.download_instructions != "" %}
<div>
<a class="download-button" href="{{ page.download_instructions }}">INSTALLATION INSTRUCTIONS<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
<div class="clear"></div>
</div>
{% endif %}
</div>
</div>
{% if version.modules %}

View file

@ -11,12 +11,12 @@ board_image: "unknown.jpg"
date_added: 2020-03-31
downloads_display: true
blinka: false
download_instructions: "BLINKA ONLY - url"
download_instructions: "url"
family: esp32 # See _data/bootloaders.json
bootloader_id:
# Features are tags; they should be limited to the items in this list and spelled exactly the same.
# Include only the features your board supports, and remove these comment lines before committing.
# Breadboard-Friendly is a parallel pin layout with minimal non-critical perpendicular pins
family: esp32 # See _data/bootloaders.json
bootloader_id:
features:
- Arduino Shield Compatible
- Battery Charging