From 7e018f134fd953950ccccf231be33f6be1b9ee64 Mon Sep 17 00:00:00 2001
From: shenyijian <1178253012@qq.com>
Date: Sat, 02 Dec 2023 09:51:01 +0800
Subject: [PATCH] 无人机 -更改交换机

---
 src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a0da785..b5e3c7a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -75,8 +75,8 @@
     # If the protocol is ws/wss, this value is required.
     path:
     # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
-    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
-#    inbound-topic: sys/product/+/+,thing/product/+/+
+#    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/osd
+    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: 182.106.212.58

--
Gitblit v1.9.3