Skip to content

Commit

Permalink
Point to specific web installer release
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Mar 25, 2024
1 parent 7549a55 commit 34e0397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/download.html
Original file line number Diff line number Diff line change
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 34e0397

Please sign in to comment.