From 0d87d716eec527b57853c9d1353f42291f1342a8 Mon Sep 17 00:00:00 2001 From: YuanHongbin <975559679@qq.com> Date: Tue, 1 Sep 2026 11:14:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(lora):=20Lora=E4=B8=AD=E5=BF=83=E9=A2=91?= =?UTF-8?q?=E7=8E=87=E6=94=B9=E7=94=A8CH0~CH10=E6=9E=9A=E4=B8=BE=E9=85=8D?= =?UTF-8?q?=E7=BD=AE,=20GATEWAY=5FLORA=5FFREQ=E9=BB=98=E8=AE=A4CH0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/User/Inc/bsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/User/Inc/bsp.h b/source/User/Inc/bsp.h index 68b9d6d..9a5083f 100644 --- a/source/User/Inc/bsp.h +++ b/source/User/Inc/bsp.h @@ -63,7 +63,7 @@ typedef enum { #define GATEWAY_PRJ_NUM GATEWAY_PRJ_YAXIA //项目编号 #define GATEWAY_GW_NUM 0x0000 //网关编号(2字节, 1~65535) -/*默认服务器/Lora配置 - 替代原MAC_ADDR_TYPE编译宏, 在Boot中直接配置*/ +/*CAT1服务器/Lora配置 - 替代原MAC_ADDR_TYPE编译宏, 在Boot中直接配置*/ #define GATEWAY_SVR_ADDR0 39 //服务器IP[0] #define GATEWAY_SVR_ADDR1 106 //服务器IP[1] #define GATEWAY_SVR_ADDR2 103 //服务器IP[2]