- change wifi to repeated one

- delay for 5 sec between sends..
This commit is contained in:
Joe Tretter
2020-10-03 12:27:55 -05:00
parent 0141f2ef36
commit 0187cce096

View File

@@ -27,7 +27,7 @@
// Update these with values suitable for your network.
const char* ssid = "JoeNelsDarlings";
const char* ssid = "Jnd-Front";
const char* password = "Paris2016";
const char* mqtt_server = "mqtt.ddns.kawomi.com";
@@ -100,7 +100,7 @@ void loop() {
}
client.loop();
delay(2000);
delay(5000);
float humidity = dht.getHumidity();
float temperature = dht.getTemperature();