Skip to content

Commit be389c6

Browse files
committed
installation instructions button
1 parent 59fe0d4 commit be389c6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_board/adafruit_feather_huzzah32.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg"
1010
date_added: 2022-08-19
1111
family: esp32
1212
downloads_display: true
13+
download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start
1314
features:
1415
- Feather-Compatible
1516
- Battery Charging

_includes/download/board.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ <h3>CircuitPython {{ version.version }}</h3>
142142
version="{{ version.version }}"
143143
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
144144
{% endif %}
145+
{% if page.download_instructions != nil and page.download_instructions != "" %}
146+
<div>
147+
<a class="download-button" href="{{ page.download_instructions }}">INSTALLATION INSTRUCTIONS<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
148+
<div class="clear"></div>
149+
</div>
150+
{% endif %}
145151
</div>
146152
</div>
147153
{% if version.modules %}

template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ board_image: "unknown.jpg"
1111
date_added: 2020-03-31
1212
downloads_display: true
1313
blinka: false
14-
download_instructions: "BLINKA ONLY - url"
14+
download_instructions: "url"
15+
family: esp32 # See _data/bootloaders.json
16+
bootloader_id:
1517
# Features are tags; they should be limited to the items in this list and spelled exactly the same.
1618
# Include only the features your board supports, and remove these comment lines before committing.
1719
# Breadboard-Friendly is a parallel pin layout with minimal non-critical perpendicular pins
18-
family: esp32 # See _data/bootloaders.json
19-
bootloader_id:
2020
features:
2121
- Arduino Shield Compatible
2222
- Battery Charging

0 commit comments

Comments
 (0)