change DHT type

This commit is contained in:
Mathieu Maret 2017-10-14 14:00:24 +02:00
parent ca8799f7c7
commit cc3ca2297a
1 changed files with 1 additions and 1 deletions

View File

@ -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