From 0f4ab015bab679dfbf4959716832b5bd976c1a8b Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 11 四月 2025 09:33:40 +0800
Subject: [PATCH] 逻辑完整,3S开一秒接收的版本,现在测试未优化功耗40ma,串口1反初始化

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

diff --git a/keil/include/drivers/global_param.c b/keil/include/drivers/global_param.c
index 95f043b..3c8d5ac 100644
--- a/keil/include/drivers/global_param.c
+++ b/keil/include/drivers/global_param.c
@@ -77,7 +77,7 @@
 
         g_com_map[POWER]=67;    //发射功率
         g_com_map[IMU_THRES]=2;
-        g_com_map[NOMOVESLEEP_TIME]=120;   //静止休眠2分钟
+        g_com_map[NOMOVESLEEP_TIME]=2000;   //静止休眠2分钟
         g_com_map[MOTOR_ENABLE]=1;       //震动电机使能
         g_com_map[IMU_ENABLE]=1;        //静止休眠使能
 
@@ -91,7 +91,7 @@
         g_com_map[TCP_IP_0]=0x198;
         g_com_map[TCP_IP_0]=0x60; 
         g_com_map[TCP_IP_0]=0x6;
-        g_com_map[TCP_IP_0]=0x1234;
+        g_com_map[TCP_IP_0]=1234;
         
         g_com_map[HEIGHTOFFEST_INDEX]=0;
         save_com_map_to_flash();
@@ -120,7 +120,7 @@
 
         g_com_map[POWER]=67;    //发射功率
         g_com_map[IMU_THRES]=2;
-        g_com_map[NOMOVESLEEP_TIME]=120;   //静止休眠2分钟
+        g_com_map[NOMOVESLEEP_TIME]=200;   //静止休眠5分钟
         g_com_map[MOTOR_ENABLE]=1;       //震动电机使能
         g_com_map[IMU_ENABLE]=1;        //静止休眠使能
 

--
Gitblit v1.9.3