Skip to content

Commit

Permalink
fix load, update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Nov 24, 2024
1 parent 5b499be commit 79c1c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions _includes/custom-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet.
<!-- src="https://unpkg.com/@nabucasa/[email protected]/dist/web/nabucasa-zigbee-flasher.js?module" -->
{% endcomment %}
<script>
<script
type="module"

src="/silabs-firmware-builder/dist/web/nabucasa-zigbee-flasher.js"
src="https://darkxst.github.io/silabs-firmware-builder/dist/web/nabucasa-zigbee-flasher.js">
</script>
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">EFR32MG21 firmware built for:</li>
<li class="p-name">SLZB-07, ZBDongle-E and ZB-GW04 </li>
<li class="p-name">SLZB-06M, SLZB-07, SLZB-07Mg24, ZBDongle-E and ZB-GW04 </li>
</ul>
</div>
<div class="footer-col footer-col-2">
Expand Down

0 comments on commit 79c1c06

Please sign in to comment.