From 2927bb498574a0e30bcbb3a9f7ee9468636cf0d8 Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Thu, 15 Aug 2024 11:31:33 +0800
Subject: [PATCH] 优化无人机状态更新,更新照片角度附属信息

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

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 7d291a2..245283c 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -73,8 +73,8 @@
     # If the protocol is ws/wss, this value is required.
     path:
     # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
-    inbound-topic: sys/product/+/status,thing/product/+/requests
-#    inbound-topic: sys/product/+/+,thing/product/+/+
+#    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
+    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: wrj.shuixiongit.com
@@ -135,4 +135,5 @@
     result: /home/drone/server/sqlite/result_db.db
     resultSave: /home/drone/server/sqlite/retUpload/
     resourceSave: /home/drone/server/sqlite/upload/
+    resultGtSave: /home/drone/server/sqlite/GtUpload/
 

--
Gitblit v1.9.3