mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-27 21:56:35 +00:00
Update website
This commit is contained in:
parent
324711808e
commit
977b1df388
@ -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.4.2/dist/web/install-button.js?module"
|
: "https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module"
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<pre>
|
<pre>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://unpkg.com/esp-web-tools@3.4.2/dist/web/install-button.js?module"
|
src="https://unpkg.com/esp-web-tools@3.5.0/dist/web/install-button.js?module"
|
||||||
></script>
|
></script>
|
||||||
|
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
@ -242,7 +242,8 @@
|
|||||||
<p>
|
<p>
|
||||||
ESP Web Tools manifest describe the firmware that you want to install.
|
ESP Web Tools manifest describe the firmware that you want to install.
|
||||||
It allows specifying different builds for the different types of ESP
|
It allows specifying different builds for the different types of ESP
|
||||||
devices. Current supported devices are ESP8266, ESP32 and ESP32-S2. The
|
devices. Current supported chip families are <code>ESP8266</code>,
|
||||||
|
<code>ESP32</code>, <code>ESP32-C3</code> and <code>ESP32-S2</code>. The
|
||||||
correct build will be automatically selected based on the type of the
|
correct build will be automatically selected based on the type of the
|
||||||
ESP device we detect via the serial port.
|
ESP device we detect via the serial port.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user