diff --git a/Readme.md b/Readme.md index 358ebbf..0a424ff 100644 --- a/Readme.md +++ b/Readme.md @@ -54,7 +54,15 @@ The following pins are used: * BMP280 sensor * some wire +# Webserver + +This version has a webserver activated, if MQTT server is set to **localhost**. + +Every 20 seconds a measurement is performed. +This is shown in a diagram via chart.js + # Sources For the Witty board * [https://github.com/amkuipers/witty Witty pinout] * [https://arduino.ua/products_pictures/large_AOC361-5.jpg Schematics] +* [https://www.chartjs.org/docs/latest/getting-started/integration.html] diff --git a/data/chart.min.js.gz b/data/chart.min.js.gz new file mode 100644 index 0000000..d0d2ba3 Binary files /dev/null and b/data/chart.min.js.gz differ diff --git a/data/index.htm b/data/index.htm index 729c7c1..debe63e 100644 --- a/data/index.htm +++ b/data/index.htm @@ -14,6 +14,7 @@ background-color: #b8b8b8; color: black; } +