mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
4.1.1 in index.html
This commit is contained in:
parent
c33084d48a
commit
66540245c9
@ -105,7 +105,7 @@
|
||||
// In development we import locally.
|
||||
window.location.hostname === "localhost"
|
||||
? "/dist/web/install-button.js"
|
||||
: "https://unpkg.com/esp-web-tools@4.1.0/dist/web/install-button.js?module"
|
||||
: "https://unpkg.com/esp-web-tools@4.1.1/dist/web/install-button.js?module"
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
@ -228,7 +228,7 @@
|
||||
<pre>
|
||||
<script
|
||||
type="module"
|
||||
src="https://unpkg.com/esp-web-tools@4.1.0/dist/web/install-button.js?module"
|
||||
src="https://unpkg.com/esp-web-tools@4.1.1/dist/web/install-button.js?module"
|
||||
></script>
|
||||
|
||||
<esp-web-install-button
|
||||
|
Loading…
x
Reference in New Issue
Block a user