Update sensor pîn for "garage"
[manu/arduino-maison.git] / 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);