From 6151cb1c73bbcefd8097329bd83b07c28e466c07 Mon Sep 17 00:00:00 2001 From: jujihjuji <14168930+jujihjuji@user.noreply.gitee.com> Date: Thu, 7 May 2026 09:43:52 +0800 Subject: [PATCH] =?UTF-8?q?update(VK=5FClient):=E5=8E=BB=E6=8E=89=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E9=87=8D=E8=BF=9E=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/VK_Client.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/applications/VK_Client.c b/applications/VK_Client.c index 7451fe3..0d4e88e 100644 --- a/applications/VK_Client.c +++ b/applications/VK_Client.c @@ -186,11 +186,11 @@ int16_t client_yield(CLte_dev_t *pLte_dev) { while (1) { if (pLte_dev->client1->connect_sta == true) { rt_err_t ret = rt_sem_take(pLte_dev->com_dev_rx_sem, 1000); - if (rt_tick_get() - last_rx_tick > RT_TICK_PER_SECOND * 10) { - rt_kprintf("timeout!!! reconnect.\n"); - hw_printf("timeout!!! reconnect.\n"); - pLte_dev->client1->connect_sta = false; - } + // if (rt_tick_get() - last_rx_tick > RT_TICK_PER_SECOND * 10) { + // rt_kprintf("timeout!!! reconnect.\n"); + // hw_printf("timeout!!! reconnect.\n"); + // pLte_dev->client1->connect_sta = false; + // } if (RT_EOK == ret) { rt_ssize_t len = 0; while (1) {