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. --- sql/cloud_sample.sql | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sql/cloud_sample.sql b/sql/cloud_sample.sql index 74fe68c..ef864d9 100644 --- a/sql/cloud_sample.sql +++ b/sql/cloud_sample.sql @@ -134,7 +134,8 @@ (22,1,67,0,'Mavic 3T Camera',NULL), (23,2,144,0,'DJI RC Pro','Remote control for Mavic 3E/T and Mavic 3M'), (24,0,77,2,'Mavic 3M',NULL), - (25,1,68,0,'Mavic 3M Camera',NULL); + (25,1,68,0,'Mavic 3M Camera',NULL), + (26,0,89,0,'Matrice 350 RTK',NULL); /*!40000 ALTER TABLE `manage_device_dictionary` ENABLE KEYS */; UNLOCK TABLES; -- Gitblit v1.9.3