From f7f9f8c4798c06037382cf6c774711ddcaaa1f39 Mon Sep 17 00:00:00 2001 From: "ryan.tao" Date: Thu, 14 Mar 2024 09:28:35 -0700 Subject: [PATCH] fix mqtt config url --- examples/ioTSensorsMQTT-SpB/configs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ioTSensorsMQTT-SpB/configs/config.json b/examples/ioTSensorsMQTT-SpB/configs/config.json index 5b56a74..b720533 100644 --- a/examples/ioTSensorsMQTT-SpB/configs/config.json +++ b/examples/ioTSensorsMQTT-SpB/configs/config.json @@ -1,6 +1,6 @@ { "mqtt_config": { - "url": "tcp://mqtt:1883", + "url": "mqtt://mqtt:1883", "qos": 1, "client_id": "", "user": "",