From e8b9a10dcb1237fe4328e9a5ad488b9a6593823e Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期三, 07 五月 2025 10:28:07 +0800 Subject: [PATCH] Merge branch 'MK大工卡-低精度GPS-1/5HZ' of http://47.108.70.204:60062/r/ChinaUWBProject into MK大工卡-低精度GPS-1/5HZ --- user_config.h | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/user_config.h b/user_config.h index 2cd866a..64e05a1 100644 --- a/user_config.h +++ b/user_config.h @@ -57,7 +57,7 @@ /* =========================================================================================================================== */ /** Enable trace output */ -#define TRACE_EN (0) +#define TRACE_EN (1) /** Enable exception reboot */ #ifndef TRACE_REBOOT_EN @@ -193,6 +193,15 @@ //#define STS_MODE //#define MK_MODE #define DW1000 + +//通信对象 +#define UWB_DW1000_XB +//#define UWB_MBXJZ_OLD +//#define UWB_DW1000_MBXJZ + +//工作模式 +//#define UWB_CK +#define UWB_1_5HZ /* =========================================================================================================================== */ /* ================ End ================ */ /* =========================================================================================================================== */ -- Gitblit v1.9.3