mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-27 05:36:40 +00:00
Update demo website to use 3.4.0
This commit is contained in:
parent
c5e609a108
commit
d065b07066
@ -96,7 +96,7 @@
|
|||||||
// In development we import locally.
|
// In development we import locally.
|
||||||
window.location.hostname === "localhost"
|
window.location.hostname === "localhost"
|
||||||
? "/dist/web/install-button.js"
|
? "/dist/web/install-button.js"
|
||||||
: "https://unpkg.com/esp-web-tools@3.3.0/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@3.4.0/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@3.3.0/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@3.4.0/dist/web/install-button.js?module"
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user