mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Update example.html
This commit is contained in:
parent
344b0901bb
commit
4ad010ebd7
@ -67,7 +67,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@2.0.1/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@2.0.2/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -150,7 +150,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@2.0.1/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@2.0.2/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