添加参数设置和自检命令

This commit is contained in:
andy
2023-06-14 22:15:00 +08:00
parent 2e705692b7
commit d3c3f120e7
14 changed files with 353 additions and 56 deletions

View File

@@ -90,7 +90,7 @@ static self_def *mytcp_init(void)
static int init(uart_def *u){
static int init(uart_def *u,int bsp){
self_def *s=mytcp_init();
u->private_data=s;
app_variable("tcp",s,0);