diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-19 23:27:49 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-19 23:27:49 +0000 |
commit | cf1837ccf7786d5455719bf83e4e3e39bfe0faf8 (patch) | |
tree | 0d0010d5a3c5ad3d3a80fb798b7c9e50cbb2f4d0 | |
parent | 75ee7d3101749462f130274f000339e520b4c696 (diff) |
Tidy up
-rw-r--r-- | cricket.ino | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |