From de542f653793306c903085bc3a1b590ce29caec8 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期四, 20 三月 2025 18:17:57 +0800 Subject: [PATCH] 时间同步BUG修复 --- keil/lora_1268.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/keil/lora_1268.h b/keil/lora_1268.h index cff73ad..7be3d37 100644 --- a/keil/lora_1268.h +++ b/keil/lora_1268.h @@ -11,6 +11,8 @@ #define LORA_CLK IO_PIN_13 #define LORA_DIO IO_PIN_7 #define LORA_BUSY IO_PIN_2 + +#define BOXING_PIN IO_PIN_1 //#define LORA_DIO IO_PIN_4 #define ANC_MAX_NUM 50 #define LORA_REPORT_MAXANC_NUM 10 -- Gitblit v1.9.3