This commit is contained in:
Paulus Schoutsen 2023-06-07 21:27:22 -04:00
parent b430c71264
commit 542b492f2b
3 changed files with 15 additions and 6 deletions

View File

@ -171,7 +171,9 @@
<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
@ -251,9 +253,16 @@
</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>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "esp-web-tools",
"version": "9.2.1",
"version": "9.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "esp-web-tools",
"version": "9.2.1",
"version": "9.3.0",
"license": "Apache-2.0",
"dependencies": {
"@material/mwc-button": "^0.27.0",

View File

@ -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",