This commit is contained in:
小马_666 2025-02-14 16:35:12 +08:00
commit c8757d8f59
2 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ void show_resp_info(at_response_t resp)
int at_device_nt26k_disconnect_tcp(struct at_device *device) int at_device_nt26k_disconnect_tcp(struct at_device *device)
{ {
#define NT26K_CLOSE_REP_TIME (5 * AT_DEFAULT_TIMEOUT) #define NT26K_CLOSE_REP_TIME (10 * AT_DEFAULT_TIMEOUT)
at_response_t resp = at_create_resp(AT_CLIENT_RECV_BUFF_LEN, 0, NT26K_CLOSE_REP_TIME); at_response_t resp = at_create_resp(AT_CLIENT_RECV_BUFF_LEN, 0, NT26K_CLOSE_REP_TIME);
if (resp == RT_NULL) if (resp == RT_NULL)

View File

@ -2,7 +2,7 @@
* @Author: mbw * @Author: mbw
* @Date: 2024-10-09 08:42:14 * @Date: 2024-10-09 08:42:14
* @LastEditors: mbw && 1600520629@qq.com * @LastEditors: mbw && 1600520629@qq.com
* @LastEditTime: 2025-02-14 10:10:31 * @LastEditTime: 2025-02-14 12:04:59
* @FilePath: \JT-DT-YD4N02A_RTT_MRS-NT26K\bsp\src\bsp_nt26k.c * @FilePath: \JT-DT-YD4N02A_RTT_MRS-NT26K\bsp\src\bsp_nt26k.c
* @Description: * @Description:
* *