From cf1837ccf7786d5455719bf83e4e3e39bfe0faf8 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Tue, 19 Feb 2019 23:27:49 +0000 Subject: Tidy up --- cricket.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/cricket.ino b/cricket.ino index e20a96c..4cf802e 100644 --- a/cricket.ino +++ b/cricket.ino @@ -15,7 +15,6 @@ PubSubClient mqttClient(wifiClient); #define DHTPIN 5 //Pin D1 #define DHTTYPE DHT22 //Temp and Humidity Sensor #define ANALOG_PIN 17 - DHT dht(DHTPIN, DHTTYPE); void setup() { -- cgit v1.2.3