From 642dac3e705380eea241648f875836e64dbc809e Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Thu, 18 May 2023 17:43:06 +0800
Subject: [PATCH] Merge branch 'v1.5.0' What's new? 1. Add new model: DJI Matrices 350 RTK. 2. Update file hms.json. 3. Fixed some issues.

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 75c4872..a5c937a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -52,6 +52,11 @@
     path:
     # Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",".
     inbound-topic: sys/product/+/status,thing/product/+/requests
+  DRC:
+    protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
+    host: Please enter your ip.
+    port: 8083
+    path: /mqtt
 
 url:
   manage:
@@ -75,7 +80,7 @@
 
 # Tutorial: https://www.alibabacloud.com/help/en/object-storage-service/latest/use-a-temporary-credential-provided-by-sts-to-access-oss
 oss:
-  enable: true
+  enable: false
   provider: ali # @see com.dji.sample.component.OssConfiguration.model.enums.OssTypeEnum
   endpoint: https://oss-cn-hangzhou.aliyuncs.com
   access-key: Please enter your access key.

--
Gitblit v1.9.3