mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
delete '!!!'
This commit is contained in:
parent
de57c04fb4
commit
ed4c83a935
44 changed files with 206 additions and 187 deletions
|
|
@ -999,7 +999,7 @@ void print_simple_config_result(enum sc_result sc_code)
|
|||
printf("\n");
|
||||
switch (sc_code) {
|
||||
case SC_NO_CONTROLLER_FOUND:
|
||||
printf("Simple Config timeout!! Can't get Ap profile. Please try again\n");
|
||||
printf("Simple Config timeout! Can't get Ap profile. Please try again\n");
|
||||
break;
|
||||
case SC_CONTROLLER_INFO_PARSE_FAIL:
|
||||
printf("Simple Config fail, cannot parse target ap info from controller\n");
|
||||
|
|
@ -1014,7 +1014,7 @@ void print_simple_config_result(enum sc_result sc_code)
|
|||
printf("Simple Config fail, cannot get dhcp ip address\n");
|
||||
break;
|
||||
case SC_UDP_SOCKET_CREATE_FAIL:
|
||||
printf("Simple Config Ack socket create fail!!!\n");
|
||||
printf("Simple Config Ack socket create fail!\n");
|
||||
break;
|
||||
case SC_TERMINATE:
|
||||
printf("Simple Config terminate\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue