Skip to content

Commit 9828153

Browse files
ethanlczskylarCai
authored andcommitted
use xxx to replace ssid/password info
Signed-off-by: ethan.lcz <[email protected]>
1 parent 1ae367d commit 9828153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/netmgr/src/netmgr_wifi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,7 @@ static void handle_netmgr_wifi_help_cmd()
34583458
NETMGR_WIFI_LOGI("netmgr -t wifi -s\n");
34593459
NETMGR_WIFI_LOGI("netmgr -t wifi -p\n");
34603460
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");
3461+
NETMGR_WIFI_LOGI("netmgr -t wifi -w network={\\nssid=\"xxxxx\"\\npassword=\"xxxxxxxx\"\\nchannel=\"1\"\\n}\\n");
34623462
NETMGR_WIFI_LOGI("netmgr -t wifi -d\n");
34633463
NETMGR_WIFI_LOGI("netmgr -t wifi -n 0\n");
34643464
NETMGR_WIFI_LOGI("netmgr -t wifi -e\n");

0 commit comments

Comments
 (0)