From da8d7a5a89a513e949b146efbed90c00ec765434 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 18 十二月 2023 10:53:59 +0800 Subject: [PATCH] 1 --- Core/Src/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Src/main.c b/Core/Src/main.c index 7f793d1..6cf914d 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -840,8 +840,8 @@ lp_time++; nomove_time++;//设备没有移动的时间 if(nomove_time>g_com_map[NOMOVESLEEP_TIME]) -// {nomove_flag=1;} - {} + {nomove_flag=1;} +// {} else {nomove_flag=0;} if(lora_sendfinal_rx_bag_flag==1)//如果进入lora等待接收回复的状态 -- Gitblit v1.9.3