From 62f6fe8e906f8c17493d154f5567ba8a7ab4c0cf Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期四, 26 六月 2025 18:13:38 +0800
Subject: [PATCH] 注释掉了串口逻辑,加入了与蓝牙串口通信逻辑,能够修改参数,但网关下发配置会出现hardfault未解决

---
 keil/include/drivers/global_param.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/keil/include/drivers/global_param.h b/keil/include/drivers/global_param.h
index fc22ed5..c3bdfed 100644
--- a/keil/include/drivers/global_param.h
+++ b/keil/include/drivers/global_param.h
@@ -51,6 +51,7 @@
 #define      NEARBASE_ID10                   0x1a
 
 #define 	POWER           		0x1B
+#define 	SET_START_TIME     	0x1B
 #define		IMU_THRES				   	0x1C
 #define   NOMOVESLEEP_TIME    0x1D
 #define   MOTOR_ENABLE        0x1E
@@ -66,7 +67,7 @@
 #define 	CNT_RESTART						0x30
 #define 	CNT_REBOOT						0x31
 #define 	CNT_UPDATE						0x32
-#define   BIND_DEV_ID           0x40
+
 
 /*------------END Map Definition-------------------*/
 

--
Gitblit v1.9.3