From 186a96916d6070d3a377fbe319e63b79ffae7af8 Mon Sep 17 00:00:00 2001 From: jujihjuji <14168930+jujihjuji@user.noreply.gitee.com> Date: Tue, 16 Jun 2026 11:44:12 +0800 Subject: [PATCH] =?UTF-8?q?update(board):=E5=A2=9E=E5=A4=A7uart2=5FRxBuffe?= =?UTF-8?q?r=5FSIZE=E4=B8=BA256?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/VK_Client.c | 2 -- board/board.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/applications/VK_Client.c b/applications/VK_Client.c index d5b7e58..ddbf363 100644 --- a/applications/VK_Client.c +++ b/applications/VK_Client.c @@ -314,8 +314,6 @@ int16_t client_yield(CLte_dev_t *pLte_dev) { } break; } else if (strstr((const char *)lte_dev.at_buf, "NO CARRIER")) { - rt_kprintf("disconnect!!!\n"); - hw_printf("disconnect!!!\n"); pLte_dev->client1->connect_sta = false; _no_carrier_t.match_flag = NO_MATCH; break; diff --git a/board/board.h b/board/board.h index 413ae16..1e1c242 100644 --- a/board/board.h +++ b/board/board.h @@ -42,7 +42,7 @@ void SystemClock_Config(void); #define BSP_UART1_RX_BUFSIZE 128 #define BSP_UART1_TX_BUFSIZE 128 -#define BSP_UART2_RX_BUFSIZE 128 +#define BSP_UART2_RX_BUFSIZE 256 #define BSP_UART2_TX_BUFSIZE 128 #define BSP_UART3_RX_BUFSIZE 128 #define BSP_UART3_TX_BUFSIZE 128