This commit is contained in:
Paulus Schoutsen 2021-11-14 08:57:20 -08:00
parent 91dbdf86c1
commit 27961ccbd4
3 changed files with 13 additions and 10 deletions

View File

@ -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>
@ -206,10 +206,13 @@
<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.
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">
@ -241,7 +244,7 @@
<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

4
package-lock.json generated
View File

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

View File

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