diff options
| -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() { | 
