diff options
author | dakkar <dakkar@thenautilus.net> | 2018-03-16 13:57:03 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2018-03-16 13:57:03 +0000 |
commit | fde0cd52478838f94e46a8459cf0210012d41803 (patch) | |
tree | bd9a47d9f2535f1dfd9e7f77a2b9a51b95dfe1e6 | |
parent | some notes (diff) | |
download | thermostat-fde0cd52478838f94e46a8459cf0210012d41803.tar.gz thermostat-fde0cd52478838f94e46a8459cf0210012d41803.tar.bz2 thermostat-fde0cd52478838f94e46a8459cf0210012d41803.zip |
kill useless line
-rw-r--r-- | thermostat.ino | 3 |
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 +} |