Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 14, 2021
1 parent 91dbdf8 commit 27961cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
// In development we import locally.
window.location.hostname === "localhost"
? "/dist/web/install-button.js"
: "https://unpkg.com/esp-web-tools@5.0.0/dist/web/install-button.js?module"
: "https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
);
</script>
</head>
Expand Down Expand Up @@ -200,16 +200,19 @@ <h3>ESPEasy</h3>
</p>
</div>
<div class="project">
<a href="https://canair.io" class="logo"
<a href="https://canair.io" class="logo"
><img src="static/logos/canairio.png" alt="CanAirIO logo"
/></a>
<h3>CanAirIO</h3>
<p>
Citizen science initiative for monitoring air quality. CanAirIO uses
mobile and fixed sensors to measure air quality with smartphones and ESP32 devices.
Citizen science initiative for monitoring air quality. CanAirIO uses
mobile and fixed sensors to measure air quality with smartphones and
ESP32 devices.
</p>
<p>
<a href="https://canair.io/installer.html" target="_blank">Installation Website</a>
<a href="https://canair.io/installer.html" target="_blank"
>Installation Website</a
>
</p>
</div>
<div class="project">
Expand All @@ -224,7 +227,7 @@ <h3>ESPHome</h3>
<p>
<a href="https://esphome.io" target="_blank">Website</a>
</p>
</div>
</div>
<h2 id="add-website">Adding ESP Web Tools to your website</h2>
<p>
To add this to your own website, create a manifest and add the button to
Expand All @@ -241,7 +244,7 @@ <h2 id="add-website">Adding ESP Web Tools to your website</h2>
<pre>
&lt;script
type="module"
src="https://unpkg.com/esp-web-tools@5.0.0/dist/web/install-button.js?module"
src="https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
>&lt;/script>

&lt;esp-web-install-button
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": "5.0.0",
"version": "5.1.0",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/web",
Expand Down

0 comments on commit 27961cc

Please sign in to comment.