Skip to content
Snippets Groups Projects
Commit 70ea661c authored by Tomas Stratil's avatar Tomas Stratil
Browse files

change wifi credentials

parent 7871fabf
No related branches found
No related merge requests found
......@@ -12,12 +12,12 @@ const long interval = 10000;
#define SEALEVELPRESSURE_HPA (1013.25)
// Replace the next variables with your SSID/Password combination
const char* ssid = "Skynet";
const char* password = "TomuJeHodne";
const char* ssid = "viva_la_wifi_3g";
const char* password = "welcome2cottage";
// Add your MQTT Broker IP address, example:
//const char* mqtt_server = "192.168.1.144";
const char* mqtt_server = "192.168.88.144";
const char* mqtt_server = "192.168.8.101";
WiFiClient espClient;
PubSubClient client(espClient);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment