From cc3ca2297a4de129745821d7a704dbef13b24e0e Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Sat, 14 Oct 2017 14:00:24 +0200 Subject: [PATCH] change DHT type --- WifiControlSensor/config_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WifiControlSensor/config_device.h b/WifiControlSensor/config_device.h index 6d81147..0733fee 100644 --- a/WifiControlSensor/config_device.h +++ b/WifiControlSensor/config_device.h @@ -20,7 +20,7 @@ #define CONFIG_ENABLE_DHT #define CONFIG_DHT_PIN 5 -#define CONFIG_DHT_TYPE DHT22 +#define CONFIG_DHT_TYPE DHT11 #define CONFIG_ENABLE_DRY_SENSOR //If the dry sensor is powered by a GPIO, this GPIO could be defined here