Add support for rain sensors like FC-37 or YL-83

This commit is contained in:
2021-01-15 09:48:21 +01:00
parent c9f3eee656
commit b7a808eaa3
2 changed files with 35 additions and 3 deletions

View File

@@ -47,3 +47,9 @@
//#define DHT_TYPE DHT11
//#define DHT_TYPE DHT22
//#define DHT_PIN D5
// If you have a rain sensor (FC-37 or YL-83), connect its digital pin (not the
// analogue one!), remove the #undef line, and uncomment and change the
// #define RAIN_PIN line
#undef RAIN_PIN
//#define RAIN_PIN D0