switch to home environment

This commit is contained in:
hg
2015-05-06 19:21:33 +02:00
parent 71dd0747d2
commit 1a467521e6

View File

@ -21,14 +21,15 @@ LiquidCrystal lcd = LiquidCrystal(A0, A1, A2, A3, A4, A5);
// Mudbus Mb; // Mudbus Mb;
// WiFiUDP udpSock; // WiFiUDP udpSock;
WiFiClient wifiClient; WiFiClient wifiClient;
byte server[] = { 192, 168, 87, 100 }; //byte server[] = { 192, 168, 87, 100 };
byte server[] = { 172, 16, 2, 16 };
PubSubClient client(server, 1883, callback, wifiClient); PubSubClient client(server, 1883, callback, wifiClient);
char ssid[] = "Kinderland"; // your network SSID (name) // char ssid[] = "Kinderland"; // your network SSID (name)
char pass[] = "test1234"; // your network password // char pass[] = "test1234"; // your network password
//char ssid[] = "MessWLAN"; char ssid[] = "MessWLAN";
//char pass[] = "UNVmpwbr6heQnMQ7ykXT"; char pass[] = "UNVmpwbr6heQnMQ7ykXT";
Metro tick = Metro(10000); Metro tick = Metro(10000);
Metro second = Metro(1000); Metro second = Metro(1000);