From ce99248e255a7f92c91cb166aa62830b3fd77c76 Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Sat, 27 Sep 2014 01:07:15 +0400 Subject: [PATCH] =?utf8?q?=D0=9E=D0=B1=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA?= =?utf8?q?=D0=B0=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D1=81=20=D0=B4?= =?utf8?q?=D0=B0=D1=82=D1=87=D0=B8=D0=BA=D0=B0=20BMP085=20=D0=B2=D1=8B?= =?utf8?q?=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=D0=B0=20=D0=B2=20=D0=BE=D1=82?= =?utf8?q?=D0=B4=D0=B5=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20=D0=B2=D0=B5=D1=82?= =?utf8?q?=D0=BA=D1=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Weather_WH2.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/Weather_WH2.ino b/Weather_WH2.ino index 0977862..a1796cc 100644 --- a/Weather_WH2.ino +++ b/Weather_WH2.ino @@ -233,7 +233,6 @@ void loop() { previousIndoor = now; digitalWrite(GREENPIN,HIGH); - } else { Serial1.println(); @@ -263,7 +262,6 @@ void loop() { } - } -- 2.34.1