Browse Source

Configure proper DHT sensor type for GENERIC_ESP01S_DHT11_V10 board

rfm69
Xose Pérez 6 years ago
parent
commit
e841066be5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/config/hardware.h

+ 1
- 0
code/espurna/config/hardware.h View File

@ -1923,6 +1923,7 @@
#define DHT_SUPPORT 1
#endif
#define DHT_PIN 2
#define DHT_TYPE DHT_CHIP_DHT11
// -----------------------------------------------------------------------------
// ESP-01S DS18B20 v1.0


Loading…
Cancel
Save