From 0e86da85b241109f7bb2f0f847922b50506b520f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期日, 25 二月 2024 18:21:02 +0800 Subject: [PATCH] 1 --- Src/application/dw_mbx_anc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_mbx_anc.h b/Src/application/dw_mbx_anc.h index 17d7899..9532178 100644 --- a/Src/application/dw_mbx_anc.h +++ b/Src/application/dw_mbx_anc.h @@ -34,7 +34,7 @@ #define SUBMSG_READ_ANCPARA 0x12//子消息类型:读取基站配置 #define SUBMSG_WRITE_ANCPARA 0x11//子消息类型:写基站配置 #define SUBMSG_UPDATE_TAG 5//子消息类型:升级标签 -#define SUBMSG_UPDATE_ANC 6//子消息类型:升级基站 +#define SUBMSG_UPDATE_ANC 0x16//子消息类型:升级基站 //SYNC消息类型格式 #define MSG_TYPE_IDX 0 //LORA MSG TYPE 定义 #define MSG_LENGTH 1 //报文长度 -- Gitblit v1.9.3