change wifi credentials

This commit is contained in:
Joe Tretter
2022-03-29 09:44:16 -05:00
parent 9d3e0ce8dd
commit 0838770f27

View File

@@ -11,7 +11,7 @@ Send the DHT11 Measured Temperature via MQTT
// Update these with values suitable for your network.
const char* ssid = "Jnd-Front";
const char* ssid = "JoNelsDarlings";
const char* password = "Paris2016";
const char* mqtt_server = "mqtt.ddns.kawomi.com";