Skip to content
Snippets Groups Projects
Commit 119808cd authored by Zbigniew Bodek's avatar Zbigniew Bodek
Browse files

config: Change MQTT client ID


Since the application can act both as publisher and subscriber
use more generic name - "client".

Signed-off-by: default avatarZbigniew Bodek <zbigniew.bodek@huawei.com>
parent 9e94c7f3
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,6 @@
#define APP_MQTT_BUFFER_SIZE 128
#define MQTT_CLIENTID "zephyr_publisher"
#define MQTT_CLIENTID "zephyr_mqtt_client"
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment