Skip to content

Commit 1dcd8f4

Browse files
authored
Merge pull request #1360 from makermelissa/main
jsdelivr is not automatically showing the latest, so pointing to a specific version seems to be the fix.
2 parents cbe0d35 + 34e0397 commit 1dcd8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ <h2>Contribute</h2>
2828
</div>
2929

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

0 commit comments

Comments
 (0)