From 28f37df5dd32d6630dbcc23dca88f6a3ae063d7f Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 23 五月 2025 18:03:21 +0800 Subject: [PATCH] 移植了国产加速度计的计步逻辑,逻辑是30s没有步数进入休眠模式1分钟上传一次 --- user_config.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/user_config.h b/user_config.h index 1955837..9e9c579 100644 --- a/user_config.h +++ b/user_config.h @@ -199,6 +199,7 @@ #define UWB_MK8000_XB //#define UWB_DW1000_MBXJZ_LORA + //老的免布线基站 //#define UWB_DW1000_MBXJZ_OLD @@ -207,6 +208,10 @@ //#define UWB_CG //UWB一直关闭 //#define UWB_CK //UWB一直打开 #define UWB_1_5HZ //UWB频率可选 + +//切换加速度计 +#define JIBU_XIUMIAN +//#define CEJU_ZIUMIAN /* =========================================================================================================================== */ /* ================ End ================ */ /* =========================================================================================================================== */ -- Gitblit v1.9.3