mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-29 06:36:47 +00:00
Use manifest from firmware.esphome.io directly
This commit is contained in:
parent
63d73f7a71
commit
e25b30551d
10
index.html
10
index.html
@ -245,10 +245,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="name">2Smart</div>
|
<div class="name">2Smart</div>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a href="https://clockwise.page" target="_blank" class="project">
|
||||||
href="https://clockwise.page"
|
|
||||||
target="_blank"
|
|
||||||
class="project">
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img src="static/logos/clockwise.png" alt="Clockwise logo" />
|
<img src="static/logos/clockwise.png" alt="Clockwise logo" />
|
||||||
</div>
|
</div>
|
||||||
@ -259,8 +256,7 @@
|
|||||||
<h2>How it works</h2>
|
<h2>How it works</h2>
|
||||||
<p>
|
<p>
|
||||||
ESP Web Tools works by combining
|
ESP Web Tools works by combining
|
||||||
<a
|
<a href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
|
||||||
href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
|
|
||||||
>Web Serial</a
|
>Web Serial</a
|
||||||
>, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
|
>, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
|
||||||
and a manifest which describes the firmware. ESP Web Tools detects the
|
and a manifest which describes the firmware. ESP Web Tools detects the
|
||||||
@ -349,7 +345,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<esp-web-install-button
|
<esp-web-install-button
|
||||||
manifest="/static/firmware_build/manifest.json"
|
manifest="https://firmware.esphome.io/esphome-web/manifest.json"
|
||||||
></esp-web-install-button></pre
|
></esp-web-install-button></pre
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
|
@ -1,53 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ESPHome",
|
|
||||||
"version": "2022.12.8",
|
|
||||||
"home_assistant_domain": "esphome",
|
|
||||||
"funding_url": "https://esphome.io/guides/supporters.html",
|
|
||||||
"builds": [
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "https://firmware.esphome.io/esphome-web/esp32/esphome-web-esp32.bin",
|
|
||||||
"offset": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-C3",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "https://firmware.esphome.io/esphome-web/esp32c3/esphome-web-esp32c3.bin",
|
|
||||||
"offset": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-S2",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "https://firmware.esphome.io/esphome-web/esp32s2/esphome-web-esp32s2.bin",
|
|
||||||
"offset": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-S3",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "https://firmware.esphome.io/esphome-web/esp32s3/esphome-web-esp32s3.bin",
|
|
||||||
"offset": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP8266",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "https://firmware.esphome.io/esphome-web/esp8266/esphome-web-esp8266.bin",
|
|
||||||
"offset": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user