From 626ffc76b4e8c6e16e3100f8aa4c46c1aae66930 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 07 三月 2024 09:38:50 +0800
Subject: [PATCH] V1.6

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

diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c
index b34d8d3..c38c735 100644
--- a/Src/application/dw_app.c
+++ b/Src/application/dw_app.c
@@ -250,7 +250,7 @@
 typedef enum{	Next_Poll_RANGE,
                 Next_Poll_LORASYNC,
 }nextpoll_enum;
-nextpoll_enum next_poll_state;
+nextpoll_enum next_poll_state = Next_Poll_RANGE;
 extern uint8_t sync_lost_count;
 void Tag_App(void)//发送模式(TAG标签)
 {  	

--
Gitblit v1.9.3