From 90cb389d3f488ebf54de6365628fafad7b525efe Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期四, 25 一月 2024 18:06:56 +0800
Subject: [PATCH] 1

---
 Src/application/dw_mbx_anc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Src/application/dw_mbx_anc.c b/Src/application/dw_mbx_anc.c
index d537455..6251d9b 100644
--- a/Src/application/dw_mbx_anc.c
+++ b/Src/application/dw_mbx_anc.c
@@ -134,8 +134,8 @@
                         
                         break;
                     case SUBMSG_UPDATE_ANC:
-                        if(!memcmp(&dev_id,&lora_recbuffer[ANCTAG_DEVICEID_IDX],2))
-                        {LoraUp_Poll();}
+//                        if(!memcmp(&dev_id,&lora_recbuffer[ANCTAG_DEVICEID_IDX],2))
+//                        {LoraUp_Poll();}
                         break;
                 }
            }

--
Gitblit v1.9.3