change broker address

This commit is contained in:
hg
2015-05-31 18:04:04 +02:00
parent 0fc11af5e0
commit 0110aeec4f

View File

@ -19,8 +19,8 @@ EthernetClient ethClient;
void callback(char* topic, byte* payload, unsigned int length);
// char server[] = "mqttbroker";
char server[] = "192.168.75.1";
char server[] = "mqttbroker";
// char server[] = "192.168.75.1";
PubSubClient client(server, 1883, callback, ethClient);
uint8_t disconnectState = 0;
uint32_t disconnectTime = 0;