Skip to content

Commit

Permalink
9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 8, 2023
1 parent b430c71 commit 542b492
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ <h2 id="demo">Try a live demo</h2>
<a href="https://esphome.io">ESPHome</a>. To get started, connect an ESP
device to your computer and hit the button:
</p>
<esp-web-install-button manifest="https://firmware.esphome.io/esphome-web/manifest.json">
<esp-web-install-button
manifest="https://firmware.esphome.io/esphome-web/manifest.json"
>
<i slot="unsupported">
The demo is not available because your browser does not support Web
Serial. Open this page in Google Chrome or Microsoft Edge instead<span
Expand Down Expand Up @@ -251,9 +253,16 @@ <h2 id="used-by">Products using ESP Web Tools</h2>
</div>
<div class="name">Clockwise</div>
</a>
<a href="https://sblantipodi.github.io/glow_worm_luciferin" target="_blank" class="project">
<a
href="https://sblantipodi.github.io/glow_worm_luciferin"
target="_blank"
class="project"
>
<div class="logo">
<img src="static/logos/luciferin_logo.png" alt="Firefly Luciferin logo" />
<img
src="static/logos/luciferin_logo.png"
alt="Firefly Luciferin logo"
/>
</div>
<div class="name">Luciferin</div>
</a>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esp-web-tools",
"version": "9.2.1",
"version": "9.3.0",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/esp-web-tools",
Expand Down

0 comments on commit 542b492

Please sign in to comment.