mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-21 18:56:34 +00:00
9.0.5
This commit is contained in:
parent
195c8613ed
commit
9bb5e0e8e8
@ -138,7 +138,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@9.0.3/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -311,7 +311,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@9.0.3/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@9.0.5/dist/web/install-button.js?module"
|
||||||
></script></pre
|
></script></pre
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user