From 8e20afae32b9e4115caeea49a470016f71661555 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 09 一月 2025 09:25:33 +0800 Subject: [PATCH] 目前调试完毕 1s上发一次 适配最新板子 看门狗跟静止休眠能同时用,去掉了低功耗超链接模式目前 --- FML/Internet/Module.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FML/Internet/Module.c b/FML/Internet/Module.c index f642494..c95a292 100644 --- a/FML/Internet/Module.c +++ b/FML/Internet/Module.c @@ -293,8 +293,8 @@ { if(_u32CCIDLen < MODULE_CCID_SIZE) { - memcpy(l_acCCID, _pcCCID, _u32CCIDLen); - l_acCCID[_u32CCIDLen] = '\0'; + memcpy(l_acCCID, _pcCCID, _u32CCIDLen-2); +// l_acCCID[_u32CCIDLen] = '\0'; } return HIDO_OK; -- Gitblit v1.9.3