From fde0cd52478838f94e46a8459cf0210012d41803 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 16 Mar 2018 13:57:03 +0000 Subject: kill useless line --- thermostat.ino | 3 +-- 1 file changed, 1 insertion(+), 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 +} -- cgit v1.2.3