From 40bbf9d0543ea590085134160fb98aef8190eb59 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期三, 01 二月 2023 16:26:00 +0800 Subject: [PATCH] 测试标签远程读取参数功能正常,写入参数还不行 --- Src/application/global_param.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/application/global_param.h b/Src/application/global_param.h index c9feaa1..ef9b100 100644 --- a/Src/application/global_param.h +++ b/Src/application/global_param.h @@ -40,9 +40,9 @@ #define POWER 0x1B #define IMU_THRES 0x1C -#define NOMOVESLEEP_TIME 0x1D -#define MOTOR_ENABLE 0x1E -#define IMU_ENABLE 0x1F +#define NOMOVESLEEP_TIME 0x1D +#define MOTOR_ENABLE 0x1E +#define IMU_ENABLE 0x1F #define REMOTEPARA_STATE 0x20 #define ACTIVE_INDEX 0x22 -- Gitblit v1.9.3