- 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 f55a49ebbb
commit 34e012b1a1

View File

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