From 3c60f60f54468811d3949096f228e647392dd7db Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 15 六月 2023 09:04:00 +0800 Subject: [PATCH] V1.65 修改小组到2 --- Src/application/global_param.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index ef76617..3941b78 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -3,7 +3,7 @@ #include "main.h" -#define COM_MAP_SIZE 512 //MAP表的最大空间 +#define COM_MAP_SIZE 150 //MAP表的最大空间 #define DEFAULT_DISTANCE 1000 //初始测距距离为10米 #define DEFAULT_DEV_ID 5555 //默认设备ID是5555 @@ -45,9 +45,10 @@ #define IMU_ENABLE 0x1F #define REMOTEPARA_STATE 0x20 #define ACTIVE_INDEX 0x22 +#define HEIGHTOFFEST_INDEX 0x28 -#define MOTOR_ONTIME 500 -#define MOTOR_OFFTIME 500 +#define MOTOR_ONTIME 500 +#define MOTOR_OFFTIME 500 #define CNT_RESTART 0x30 #define CNT_REBOOT 0x31 -- Gitblit v1.9.3