mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
up freertos v9.0.0
This commit is contained in:
parent
abb51466bd
commit
b882fe7efb
132 changed files with 50587 additions and 2707 deletions
|
|
@ -1378,13 +1378,13 @@ int wifi_show_setting(const char *ifname, rtw_wifi_setting_t *pSetting) {
|
|||
switch (pSetting->mode) {
|
||||
case RTW_MODE_AP:
|
||||
#if CONFIG_EXAMPLE_UART_ATCMD
|
||||
at_printf("AP,");
|
||||
at_printf("AP:");
|
||||
#endif
|
||||
printf("\tMODE => AP\n");
|
||||
break;
|
||||
case RTW_MODE_STA:
|
||||
#if CONFIG_EXAMPLE_UART_ATCMD
|
||||
at_printf("STA,");
|
||||
at_printf("STA:");
|
||||
#endif
|
||||
printf("\tMODE => STATION\n");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue