From ba73d4fcae320bb38153363865b8eca42b74023a Mon Sep 17 00:00:00 2001 From: jujihjuji <14168930+jujihjuji@user.noreply.gitee.com> Date: Fri, 24 Apr 2026 14:46:54 +0800 Subject: [PATCH] =?UTF-8?q?update(VK=5FClient):=E8=B0=83=E6=95=B4=E4=B8=8B?= =?UTF-8?q?reset=5Fflag=E5=A4=8D=E4=BD=8D=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/VK_Client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/VK_Client.c b/applications/VK_Client.c index 3dfa611..7451fe3 100644 --- a/applications/VK_Client.c +++ b/applications/VK_Client.c @@ -27,6 +27,7 @@ int16_t EC800K_Reset(void) { int16_t rst = -1; lte_dev.config_sta = false; + lte_dev.reset_flag = DTU_CF_NEED_RESET; lte_dev.client1->connect_sta = false; //lte_dev.client2->connect_sta = false; @@ -129,7 +130,6 @@ int16_t client_tcp_connect(Cclient_t *client) { if (client->error_cnt > 5) { EC800K_Reset(); client->error_cnt = 0; - lte_dev.reset_flag = DTU_CF_NEED_RESET; return 0; } }