temp_sensor #2

Manually merged
jct merged 2 commits from temp_sensor into master 2019-09-22 17:52:04 +00:00
Showing only changes of commit d5ffd87f90 - Show all commits

@ -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;