Update sensor pîn for "garage"
authorEmmanuel Lacour <elacour@easter-eggs.com>
Sat, 23 Jan 2021 17:37:17 +0000 (18:37 +0100)
committerEmmanuel Lacour <elacour@easter-eggs.com>
Sat, 23 Jan 2021 17:37:17 +0000 (18:37 +0100)
garage/garage.ino

index 67576eb..0f0b7a7 100644 (file)
@@ -21,7 +21,7 @@ String location = LOCATION;
 WiFiUDP Udp;
 
 // Temp
-#define DHTPIN 13
+#define DHTPIN 19
 #define DHTTYPE DHT22
 DHT_Unified dht(DHTPIN, DHTTYPE);