mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
8.0.3
This commit is contained in:
parent
5ac98c6193
commit
059f4a821a
15
index.html
15
index.html
@ -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@8.0.2/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@8.0.3/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -301,7 +301,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@8.0.2/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@8.0.3/dist/web/install-button.js?module"
|
||||||
></script></pre
|
></script></pre
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
@ -496,7 +496,16 @@ button.overrides = {
|
|||||||
ESP Web Tools is
|
ESP Web Tools is
|
||||||
<a href="https://github.com/esphome/esp-web-tools">open source</a>
|
<a href="https://github.com/esphome/esp-web-tools">open source</a>
|
||||||
and uses
|
and uses
|
||||||
<a href="https://github.com/NabuCasa/esp-web-flasher">ESP Web Flasher</a> originally developed as <a href="https://github.com/adafruit/Adafruit_WebSerial_ESPTool">Adafruit_WebSerial_ESPTool</a> by <a href="https://github.com/makermelissa">Melissa LeBlanc-Williams</a>.
|
<a href="https://github.com/NabuCasa/esp-web-flasher"
|
||||||
|
>ESP Web Flasher</a
|
||||||
|
>
|
||||||
|
originally developed as
|
||||||
|
<a href="https://github.com/adafruit/Adafruit_WebSerial_ESPTool"
|
||||||
|
>Adafruit_WebSerial_ESPTool</a
|
||||||
|
>
|
||||||
|
by
|
||||||
|
<a href="https://github.com/makermelissa">Melissa LeBlanc-Williams</a
|
||||||
|
>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "esp-web-tools",
|
"name": "esp-web-tools",
|
||||||
"version": "8.0.2",
|
"version": "8.0.3",
|
||||||
"description": "Web tools for ESP devices",
|
"description": "Web tools for ESP devices",
|
||||||
"main": "dist/install-button.js",
|
"main": "dist/install-button.js",
|
||||||
"repository": "https://github.com/esphome/esp-web-tools",
|
"repository": "https://github.com/esphome/esp-web-tools",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user