mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
d7bf8681b3
commit
8a03c98d0a
2 changed files with 5 additions and 4 deletions
|
@ -741,8 +741,8 @@ void fATSF(int argc, char *argv[])
|
|||
|
||||
/* -------- WiFi Scan ------------------------------- */
|
||||
unsigned char *tab_txt_rtw_secyrity[] = {
|
||||
"OPEN ",
|
||||
"WEP ",
|
||||
"OPEN ",
|
||||
"WEP ",
|
||||
"WPA TKIP",
|
||||
"WPA AES",
|
||||
"WPA2 AES",
|
||||
|
@ -817,7 +817,7 @@ void fATSN(int argc, char *argv[])
|
|||
};
|
||||
vPortFree(channel_list);
|
||||
} else {
|
||||
printf(" ERROR: Can't malloc memory for channel list\n");
|
||||
printf("ERROR: Can't malloc memory for channel list\n");
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue