mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
added note to sensor page
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
<div class="container">
|
||||
<br>
|
||||
<h1 class="text-center">ESP8266 Temperature Sensors</h1>
|
||||
|
||||
<p><span class="colorRed">Note:</span> I am still experimenting with these sensors. It seems that the sensors will have a bad reading every once in while.
|
||||
For example the low every day for the Grand Meadow sensor is 33.8. From observing the data, it randomly jumps to 33.8 one out of about every few hundred readings or so.
|
||||
I will continue to investigate this problem when I can get my hands on the sensor as it is currently in my home town.
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
<% for (var i = 0; i < query.length; i++){ %>
|
||||
<div class="col-lg-4">
|
||||
|
||||
Reference in New Issue
Block a user