From 4c2bcdfd81f6004cd11a16d2163ca803cd49e108 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 7 Jan 2016 21:54:31 -0600 Subject: [PATCH] added note to sensor page --- public/uploads/test123.txt | 1 + views/sensors.ejs | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 public/uploads/test123.txt diff --git a/public/uploads/test123.txt b/public/uploads/test123.txt new file mode 100644 index 0000000..001ac0c --- /dev/null +++ b/public/uploads/test123.txt @@ -0,0 +1 @@ +this is atest file diff --git a/views/sensors.ejs b/views/sensors.ejs index d147bc7..f8fd415 100644 --- a/views/sensors.ejs +++ b/views/sensors.ejs @@ -14,6 +14,12 @@

ESP8266 Temperature Sensors

+ +

Note: 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. +

+
<% for (var i = 0; i < query.length; i++){ %>