installation instructions button
This commit is contained in:
parent
59fe0d483b
commit
be389c6db4
3 changed files with 10 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg"
|
||||||
date_added: 2022-08-19
|
date_added: 2022-08-19
|
||||||
family: esp32
|
family: esp32
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
|
download_instructions: https://learn.adafruit.com/circuitpython-with-esp32-quick-start
|
||||||
features:
|
features:
|
||||||
- Feather-Compatible
|
- Feather-Compatible
|
||||||
- Battery Charging
|
- Battery Charging
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,12 @@
|
||||||
version="{{ version.version }}"
|
version="{{ version.version }}"
|
||||||
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
|
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
|
||||||
{% endif %}
|
{% 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>
|
||||||
</div>
|
</div>
|
||||||
{% if version.modules %}
|
{% if version.modules %}
|
||||||
|
|
|
||||||
|
|
@ -11,12 +11,12 @@ board_image: "unknown.jpg"
|
||||||
date_added: 2020-03-31
|
date_added: 2020-03-31
|
||||||
downloads_display: true
|
downloads_display: true
|
||||||
blinka: false
|
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.
|
# 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.
|
# 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
|
# Breadboard-Friendly is a parallel pin layout with minimal non-critical perpendicular pins
|
||||||
family: esp32 # See _data/bootloaders.json
|
|
||||||
bootloader_id:
|
|
||||||
features:
|
features:
|
||||||
- Arduino Shield Compatible
|
- Arduino Shield Compatible
|
||||||
- Battery Charging
|
- Battery Charging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue