From 2708bb705860a113282682b2512af4f139c12888 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 20 五月 2025 18:31:36 +0800 Subject: [PATCH] 初步移植过来lora基础包协议格式,不能和网关通信未解决 --- user_config.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/user_config.h b/user_config.h index 154f145..79fa190 100644 --- a/user_config.h +++ b/user_config.h @@ -336,6 +336,7 @@ #define LORA_IRQ IO_PIN_7 #define LORA_BUSY IO_PIN_2 #define LORA_NRST IO_PIN_4 +#define SOS_PIN IO_PIN_4 //这个未定义 /* =========================================================================================================================== */ /* ================ End ================ */ /* =========================================================================================================================== */ -- Gitblit v1.9.3