Skip to content

Commit d8ec4ac

Browse files
committed
Merge branch 'docs/move_FAQ_from_TS_FAQ' into 'master'
docs: move FAQ from ESP-FAQ to ESP-AT-FAQ See merge request application/esp-at!967
2 parents cbcf89c + 335278f commit d8ec4ac

File tree

10 files changed

+611
-1
lines changed

10 files changed

+611
-1
lines changed

docs/en/AT_Binary_Lists/ESP32_AT_binaries.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ESP32-MINI-1 Series
2525

2626
- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
2727

28+
.. _firmware-esp32-wrover-32-series:
29+
2830
ESP32-WROVER-32 Series
2931
^^^^^^^^^^^^^^^^^^^^^^
3032

docs/en/Get_Started/Downloading_guide.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,11 @@ You can select either of the two ways below to flash AT firmware into your devic
176176
177177
When you finish flashing, please `Check Whether AT Works`_.
178178

179+
.. _check-whether-at-works:
180+
179181
Check Whether AT Works
180182
-----------------------
183+
181184
To check whether AT works, do as follows:
182185

183186
- Open a serial port tool, such as SecureCRT;

docs/en/Get_Started/Hardware_connection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ ESP32-WROOM-32 Series
9090

9191
If you want to connect your device directly with ESP32-WROOM-32 rather than the ESP board that integrates it, please refer to `ESP32-WROOM-32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf>`_ for more details.
9292

93+
.. _hw-connection-esp32-wrover-series:
94+
9395
ESP32-WROVER Series
9496
^^^^^^^^^^^^^^^^^^^^^^^^
9597
.. list-table:: ESP32-WROVER Series Hardware Connection Pinout

docs/en/faq.rst

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.

docs/en/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This is the documentation for the ESP-AT. To view documentation for a specific A
4242
AT Command Examples <AT_Command_Examples/index>
4343
Compile and Develop <Compile_and_Develop/index>
4444
Customized AT Commands and Firmware <Customized_AT_Commands_and_Firmware/index>
45+
FAQ <faq>
4546
Index of Abbreviations <index_of_abbreviations>
4647

4748
* :ref:`genindex`

docs/zh_CN/AT_Binary_Lists/ESP32_AT_binaries.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ ESP32-MINI-1 系列
2525

2626
- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__ (推荐)
2727

28+
.. _firmware-esp32-wrover-32-series:
29+
2830
ESP32-WROVER-32 系列
2931
^^^^^^^^^^^^^^^^^^^^^^
3032

docs/zh_CN/Get_Started/Downloading_guide.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,13 @@ Linux 或 macOS
174174
175175
esptool.py --chip auto --port /dev/tty.usbserial-0001 --baud 115200 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x0 factory/factory_WROOM-32.bin
176176
177-
烧录完成后, 请 `检查 AT 固件是否烧录成功`_。
177+
烧录完成后,请 `检查 AT 固件是否烧录成功`_。
178+
179+
.. _check-whether-at-works:
178180

179181
检查 AT 固件是否烧录成功
180182
-------------------------
183+
181184
请按照以下步骤检查 AT 固件是否烧录成功:
182185

183186
- 打开串口工具,如 SecureCRT;

docs/zh_CN/Get_Started/Hardware_connection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ ESP32-WROOM-32 系列
9090

9191
如果需要直接基于 ESP32-WROOM-32 模组进行连接,请参考 `《ESP32-WROOM-32 技术规格书》 <https://www.espressif.com/sites/default/files/documentation/esp32_wrover_datasheet_cn.pdf>`_。
9292

93+
.. _hw-connection-esp32-wrover-series:
94+
9395
ESP32-WROVER 系列
9496
^^^^^^^^^^^^^^^^^^^^^^^^
9597
.. list-table:: ESP32-WROVER 系列硬件连接管脚分配

docs/zh_CN/faq.rst

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.

docs/zh_CN/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ ESP-AT 用户指南
4242
AT 命令示例 <AT_Command_Examples/index>
4343
编译和开发 <Compile_and_Develop/index>
4444
第三方定制化 AT 命令和固件 <Customized_AT_Commands_and_Firmware/index>
45+
FAQ <faq>
4546
缩写词索引 <index_of_abbreviations>
4647

4748
* :ref:`genindex`

0 commit comments

Comments
 (0)