This commit is contained in:
parent
10e11d91b6
commit
c0a1c4f79e
3 changed files with 7 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
|
||||
/* You can use http://test.mosquitto.org/ to test mqtt_client instead
|
||||
* of setting up your own MQTT server */
|
||||
#define MQTT_HOST ("172.16.1.53")
|
||||
#define MQTT_HOST ("172.16.0.42")
|
||||
#define MQTT_PORT 1883
|
||||
|
||||
#define MQTT_USER NULL
|
||||
|
|
@ -157,4 +157,4 @@ extern "C" void mqtt_task(void *pvParameters) {
|
|||
mqtt_network_disconnect(&network);
|
||||
taskYIELD();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue