From ae7d9d1ce43c4c004742b246e425ed3e83f92444 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期六, 10 五月 2025 16:57:24 +0800 Subject: [PATCH] 测试完成版本V1.16,修改sos报警,还有电量异常,还有30秒测距休眠的问题 --- keil/include/components/internet/src/AIR780EFSM.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keil/include/components/internet/src/AIR780EFSM.c b/keil/include/components/internet/src/AIR780EFSM.c index 8452c29..c7bc662 100644 --- a/keil/include/components/internet/src/AIR780EFSM.c +++ b/keil/include/components/internet/src/AIR780EFSM.c @@ -343,10 +343,10 @@ { HIDO_FSMStateChange(_pstFSM, HIDO_FSM_STATE(AIR780EPowerOn), HIDO_NULL); l_u32TimeoutCnt++; -// if (5 == l_u32TimeoutCnt) -// { -// AIR780E_Reset(); -// } + if (5 == l_u32TimeoutCnt) + { + AIR780E_Reset_usart(); + } break; } -- Gitblit v1.9.3