From c1330760b81ba5f322f3fab49db824a6ed34dd30 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期三, 23 三月 2022 18:44:15 +0800
Subject: [PATCH] V1.28 标签输出距离,去掉定位配置参数

---
 Src/application/global_param.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Src/application/global_param.h b/Src/application/global_param.h
index 2ab1e4e..c9feaa1 100644
--- a/Src/application/global_param.h
+++ b/Src/application/global_param.h
@@ -44,7 +44,10 @@
 #define   MOTOR_ENABLE        0x1E
 #define   IMU_ENABLE          0x1F
 #define 	REMOTEPARA_STATE  	0x20
-#define 	MOTOR_ONTIME 				0x21
+#define 	ACTIVE_INDEX 				    0x22
+
+#define MOTOR_ONTIME 500
+#define MOTOR_OFFTIME 500
 
 #define 	CNT_RESTART						0x30
 #define 	CNT_REBOOT						0x31

--
Gitblit v1.9.3