summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-03-16 13:57:03 +0000
committerdakkar <dakkar@thenautilus.net>2018-03-16 13:57:03 +0000
commitfde0cd52478838f94e46a8459cf0210012d41803 (patch)
treebd9a47d9f2535f1dfd9e7f77a2b9a51b95dfe1e6
parentsome notes (diff)
downloadthermostat-fde0cd52478838f94e46a8459cf0210012d41803.tar.gz
thermostat-fde0cd52478838f94e46a8459cf0210012d41803.tar.bz2
thermostat-fde0cd52478838f94e46a8459cf0210012d41803.zip
kill useless line
-rw-r--r--thermostat.ino3
1 files changed, 1 insertions, 2 deletions
diff --git a/thermostat.ino b/thermostat.ino
index 519a5b7..63f87f0 100644
--- a/thermostat.ino
+++ b/thermostat.ino
@@ -32,6 +32,5 @@ void loop() {
display.drawProgressBar(5,25,120,10,int(temperature));
display.drawProgressBar(5,40,120,10,int(humidity));
- display.drawLogBuffer(0,30);
display.display();
-} \ No newline at end of file
+}