From 86074f0cd259814f2c5103e47360b6dd13f064f7 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 27 六月 2025 08:52:03 +0800
Subject: [PATCH] 1.Graph刷新问题; 2.AttributeVector造成的闪退问题;

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

diff --git a/SourceCode/Bond/Servo/CEFEM.cpp b/SourceCode/Bond/Servo/CEFEM.cpp
index 901e3ae..8175eed 100644
--- a/SourceCode/Bond/Servo/CEFEM.cpp
+++ b/SourceCode/Bond/Servo/CEFEM.cpp
@@ -880,4 +880,12 @@
 	{
 		return 10000;
 	}
+
+	void CEFEM::printDebugRobotState()
+	{
+		LOGI("<CEFEM>Robot status:%d, ARM1:%s, ARM2:%s",
+			m_robotData.status,
+			m_robotData.armState[1] ? _T("ON") : _T("OFF"),
+			m_robotData.armState[2] ? _T("ON") : _T("OFF"));
+	}
 }

--
Gitblit v1.9.3