From 7001a22f0c7e737dc8193c1b50be7ef31b38108a Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 28 四月 2025 18:28:55 +0800 Subject: [PATCH] 解决不测距,充电问题 --- user_config.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/user_config.h b/user_config.h index 2cd866a..2bc8a7b 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 -- Gitblit v1.9.3