Skip to content

Commit

Permalink
Merge pull request #1360 from makermelissa/main
Browse files Browse the repository at this point in the history
jsdelivr is not automatically showing the latest, so pointing to a specific version seems to be the fix.
  • Loading branch information
makermelissa committed Mar 25, 2024
2 parents cbe0d35 + 34e0397 commit 1dcd8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/download.html
Expand Up @@ -28,6 +28,6 @@ <h2>Contribute</h2>
</div>

{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' %}
<script src="https://cdn.jsdelivr.net/gh/adafruit/web-firmware-installer-js@latest/dist/cpinstaller.min.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/gh/adafruit/web-firmware-installer-js@1.1.2/dist/cpinstaller.min.js" type="module"></script>
{% endif %}
<script src="/assets/javascript/download.js"></script>

0 comments on commit 1dcd8f4

Please sign in to comment.