File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ board_image: "adafruit_feather_huzzah32.jpg"
1010date_added : 2022-08-19
1111family : esp32
1212downloads_display : true
13+ download_instructions : https://learn.adafruit.com/circuitpython-with-esp32-quick-start
1314features :
1415 - Feather-Compatible
1516 - Battery Charging
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ board_image: "unknown.jpg"
1111date_added : 2020-03-31
1212downloads_display : true
1313blinka : 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 :
2020features :
2121 - Arduino Shield Compatible
2222 - Battery Charging
You can’t perform that action at this time.
0 commit comments