From 57b984b8395bb30b2d170369c75f19722502b104 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期一, 21 四月 2025 16:38:37 +0800 Subject: [PATCH] 新增加速度计步数检测功能,3s发一次数据和停止30秒1分钟发一次数据 --- keil/include/components/hal/pan_rf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/keil/include/components/hal/pan_rf.c b/keil/include/components/hal/pan_rf.c index 475846b..26a76ac 100644 --- a/keil/include/components/hal/pan_rf.c +++ b/keil/include/components/hal/pan_rf.c @@ -8,7 +8,7 @@ *******************************************************************************/ #include "pan_port.h" #include "pan_param.h" -#include "lora_3029.h" +#include "lora_1268.h" #include "PCA9555.h" /* * flag that indicate if a new packet is received. -- Gitblit v1.9.3