mqtt verbindet
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eleon 2021-09-12 21:42:55 +02:00 committed by jedi
parent 10e11d91b6
commit c0a1c4f79e
3 changed files with 7 additions and 3 deletions

View file

@ -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();
}
}
}