get latest 2.x.x version of web-firmware-installer-js automatically
This commit is contained in:
parent
ad692b96b1
commit
d59f688aa3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ layout: default
|
||||||
{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family ==
|
{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family ==
|
||||||
'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32c6' %}
|
'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32c6' %}
|
||||||
<script
|
<script
|
||||||
src="https://cdn.jsdelivr.net/gh/adafruit/web-firmware-installer-js@2.0.0/dist/cpinstaller.min.js"
|
src="https://cdn.jsdelivr.net/gh/adafruit/web-firmware-installer-js@2/dist/cpinstaller.min.js"
|
||||||
type="module"
|
type="module"
|
||||||
></script>
|
></script>
|
||||||
<!--<script src="/assets/javascript/installer/cpinstaller.js" type="module"></script>-->
|
<!--<script src="/assets/javascript/installer/cpinstaller.js" type="module"></script>-->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue