diff --git a/src/main.cpp b/src/main.cpp index 5e9dd74..4f68393 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@ #include "DHTesp.h" DHTesp dht; -const int TEMPERATURE_INTERVAL = 10; +const int TEMPERATURE_INTERVAL = 60; unsigned long lastTemperatureSent = 0; const int PIN_RELAY = D1;