Skip to content

Commit

Permalink
Use manifest from firmware.esphome.io directly
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Apr 20, 2023
1 parent 63d73f7 commit e25b305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 60 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ <h2 id="used-by">Products using ESP Web Tools</h2>
</div>
<div class="name">2Smart</div>
</a>
<a
href="https://clockwise.page"
target="_blank"
class="project">
<a href="https://clockwise.page" target="_blank" class="project">
<div class="logo">
<img src="static/logos/clockwise.png" alt="Clockwise logo" />
</div>
Expand All @@ -259,8 +256,7 @@ <h2 id="used-by">Products using ESP Web Tools</h2>
<h2>How it works</h2>
<p>
ESP Web Tools works by combining
<a
href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
<a href="https://developer.mozilla.org/docs/Web/API/Web_Serial_API"
>Web Serial</a
>, <a href="https://www.improv-wifi.com/">Improv Wi-Fi</a> (optional),
and a manifest which describes the firmware. ESP Web Tools detects the
Expand Down Expand Up @@ -349,7 +345,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2>
</p>
<pre>
&lt;esp-web-install-button
manifest="/static/firmware_build/manifest.json"
manifest="https://firmware.esphome.io/esphome-web/manifest.json"
>&lt;/esp-web-install-button></pre
>
<p>
Expand Down
53 changes: 0 additions & 53 deletions static/firmware_build/manifest.json

This file was deleted.

0 comments on commit e25b305

Please sign in to comment.