switch to home environment
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user