Merge pull request #7167 from localhost61/DHT

Allow 4 DHT sensors
This commit is contained in:
Theo Arends 2019-12-10 12:36:37 +01:00 committed by GitHub
commit f2611a8477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define XSNS_06 6
#define DHT_MAX_SENSORS 3
#define DHT_MAX_SENSORS 4
#define DHT_MAX_RETRY 8
uint32_t dht_max_cycles;