You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,8 +57,9 @@ static const int CONNECTED_BIT = BIT1;
55
57
staticwifi_op_tcmd_list[] = {
56
58
{.name="help", .operation=wifi_help_op, .arg_cnt=2, .start_index=1, .help="wifi help: Prints the help text for all wifi commands"},
57
59
{.name="show", .operation=wifi_show_op, .arg_cnt=3, .start_index=1, .help="wifi show network/sta: Scans and displays all available wifi APs./ Shows the details of wifi station."},
58
-
{.name="join", .operation=wifi_sta_join_op, .arg_cnt=4, .start_index=2, .help="wifi sta join <network ssid> <password>: Station joins the given wifi network."},
59
-
{.name="join", .operation=wifi_sta_join_op, .arg_cnt=5, .start_index=2, .help="wifi sta join <network ssid>: Station joins the given unsecured wifi network."},
60
+
{.name="join", .operation=wifi_sta_join_op, .arg_cnt=5, .start_index=2, .help="wifi sta join <network ssid> <password>: Station joins the given wifi network."},
61
+
{.name="join", .operation=wifi_sta_join_op, .arg_cnt=4, .start_index=2, .help="wifi sta join <network ssid>: Station joins the given unsecured wifi network."},
62
+
{.name="join", .operation=wifi_sta_join_op, .arg_cnt=3, .start_index=2, .help="wifi sta join: Station joins the pre-configured wifi network."},
60
63
{.name="leave", .operation=wifi_sta_leave_op, .arg_cnt=3, .start_index=2, .help="wifi sta leave: Station leaves the wifi network."},
0 commit comments