summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}