Skip to content

Commit

Permalink
Merge branch 'docs/update_cwautoconn_doc' into 'master'
Browse files Browse the repository at this point in the history
docs: Added AT+CWAUTOCONN? docs

See merge request application/esp-at!1517
  • Loading branch information
xcguang committed Feb 5, 2024
2 parents 7a4ecce + 39d7413 commit 0222cf9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
26 changes: 21 additions & 5 deletions docs/en/AT_Command_Set/Wi-Fi_AT_Commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ Query Command

::

+CWDHCPS=<lease time>,<start IP>,<end IP>
+CWDHCPS:<lease time>,<start IP>,<end IP>
OK

Set Command
Expand Down Expand Up @@ -983,8 +983,24 @@ Example

.. _cmd-AUTOC:

:ref:`AT+CWAUTOCONN <WiFi-AT>`: Automatically Connect to an AP When Powered on
--------------------------------------------------------------------------------
:ref:`AT+CWAUTOCONN <WiFi-AT>`: Query/Set Automatic Connection to an AP When Powered on
-----------------------------------------------------------------------------------------------

Query Command
^^^^^^^^^^^^^

**Command:**

::

AT+CWAUTOCONN?

**Response:**

::

+CWAUTOCONN:<enable>
OK

Set Command
^^^^^^^^^^^
Expand Down Expand Up @@ -1039,7 +1055,7 @@ Query Command

::

+CWAPPROTO=<protocol>
+CWAPPROTO:<protocol>
OK

Set Command
Expand Down Expand Up @@ -1105,7 +1121,7 @@ Query Command

::

+CWSTAPROTO=<protocol>
+CWSTAPROTO:<protocol>
OK

Set Command
Expand Down
24 changes: 20 additions & 4 deletions docs/zh_CN/AT_Command_Set/Wi-Fi_AT_Commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ Wi-Fi AT 命令集

::

+CWDHCPS=<lease time>,<start IP>,<end IP>
+CWDHCPS:<lease time>,<start IP>,<end IP>
OK

设置命令
Expand Down Expand Up @@ -983,9 +983,25 @@ Wi-Fi AT 命令集

.. _cmd-AUTOC:

:ref:`AT+CWAUTOCONN <WiFi-AT>`:上电是否自动连接 AP
:ref:`AT+CWAUTOCONN <WiFi-AT>`:查询/设置上电是否自动连接 AP
--------------------------------------------------------------------------------

查询命令
^^^^^^^^

**命令:**

::

AT+CWAUTOCONN?

**响应:**

::

+CWAUTOCONN:<enable>
OK

设置命令
^^^^^^^^

Expand Down Expand Up @@ -1039,7 +1055,7 @@ Wi-Fi AT 命令集

::

+CWAPPROTO=<protocol>
+CWAPPROTO:<protocol>
OK

设置命令
Expand Down Expand Up @@ -1105,7 +1121,7 @@ Wi-Fi AT 命令集

::

+CWSTAPROTO=<protocol>
+CWSTAPROTO:<protocol>
OK

设置命令
Expand Down

0 comments on commit 0222cf9

Please sign in to comment.