We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae367d commit 9828153Copy full SHA for 9828153
components/netmgr/src/netmgr_wifi.c
@@ -3458,7 +3458,7 @@ static void handle_netmgr_wifi_help_cmd()
3458
NETMGR_WIFI_LOGI("netmgr -t wifi -s\n");
3459
NETMGR_WIFI_LOGI("netmgr -t wifi -p\n");
3460
NETMGR_WIFI_LOGI("netmgr -t wifi -r\n");
3461
- NETMGR_WIFI_LOGI("netmgr -t wifi -w network={\\nssid=\"apple\"\\npassword=\"aos123456\"\\nchannel=\"1\"\\n}\\n");
+ NETMGR_WIFI_LOGI("netmgr -t wifi -w network={\\nssid=\"xxxxx\"\\npassword=\"xxxxxxxx\"\\nchannel=\"1\"\\n}\\n");
3462
NETMGR_WIFI_LOGI("netmgr -t wifi -d\n");
3463
NETMGR_WIFI_LOGI("netmgr -t wifi -n 0\n");
3464
NETMGR_WIFI_LOGI("netmgr -t wifi -e\n");
0 commit comments