添加错误代码

This commit is contained in:
ranchuan
2023-06-28 18:08:38 +08:00
parent c2b79fe523
commit 28889fa479
21 changed files with 2299 additions and 99 deletions

View File

@@ -64,10 +64,11 @@ static void log_thread(void *arg)
else
{
DBG_LOG("udp:err=%d",err);
//netconn_close(conn);
//netconn_delete(conn);
rt_thread_mdelay(1000);
}
}
netconn_close(conn);
netconn_delete(conn);
}