Increased interval
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "DHTesp.h"
|
#include "DHTesp.h"
|
||||||
DHTesp dht;
|
DHTesp dht;
|
||||||
const int TEMPERATURE_INTERVAL = 10;
|
const int TEMPERATURE_INTERVAL = 60;
|
||||||
unsigned long lastTemperatureSent = 0;
|
unsigned long lastTemperatureSent = 0;
|
||||||
|
|
||||||
const int PIN_RELAY = D1;
|
const int PIN_RELAY = D1;
|
||||||
|
Reference in New Issue
Block a user