From 32cbd98506d80bc0089b50389f7b187ab2eb012e Mon Sep 17 00:00:00 2001
From: darker <mr.darker@163.com>
Date: 星期五, 14 二月 2025 17:51:01 +0800
Subject: [PATCH] Merge branch 'clh' into liuyang

---
 SourceCode/Bond/Servo/ServoDlg.cpp |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp
index 0b50b45..f8bfb36 100644
--- a/SourceCode/Bond/Servo/ServoDlg.cpp
+++ b/SourceCode/Bond/Servo/ServoDlg.cpp
@@ -685,6 +685,14 @@
 	UpdateLogBtn();
 	LOGE("OnLogDlgHide");
 
+	unsigned int DATAID, RPTID;
+	DATAID = 111;
+	RPTID = 1001;
+	std::vector<std::string> v;
+	v.push_back("abc");
+	v.push_back("def");
+	theApp.m_model.m_hsmsPassive.requestEventReportSend(DATAID, RPTID, v);
+
 	return 0;
 }
 

--
Gitblit v1.9.3