docs: update CN translation for esp_wifi and jtag-dubugging/index, and fix typos in esp_spi_slave_protocol

This commit is contained in:
daiziyan
2021-11-26 15:33:32 +08:00
parent 120b0ba2af
commit c642661411
9 changed files with 126 additions and 143 deletions

View File

@@ -10,7 +10,7 @@ The Wi-Fi libraries provide support for configuring and monitoring the {IDF_TARG
- Station mode (aka STA mode or Wi-Fi client mode). {IDF_TARGET_NAME} connects to an access point.
- AP mode (aka Soft-AP mode or Access Point mode). Stations connect to the {IDF_TARGET_NAME}.
- Combined AP-STA mode ({IDF_TARGET_NAME} is concurrently an access point and a station connected to another access point).
- Station/AP-coexistence mode ({IDF_TARGET_NAME} is concurrently an access point and a station connected to another access point).
- Various security modes for the above (WPA, WPA2, WEP, etc.)
- Scanning for access points (active & passive scanning).
@@ -22,9 +22,9 @@ Application Examples
The :example:`wifi` directory of ESP-IDF examples contains the following applications:
Code examples for Wi-Fi are provided in the :example:`wifi` directory of ESP-IDF examples.
* Code examples for Wi-Fi.
In addition, there is a simple `esp-idf-template <https://github.com/espressif/esp-idf-template>`_ application to demonstrate a minimal IDF project structure.
* A simple `esp-idf-template <https://github.com/espressif/esp-idf-template>`_ application to demonstrate a minimal IDF project structure.
API Reference
@@ -32,5 +32,3 @@ API Reference
.. include-build-file:: inc/esp_wifi.inc
.. include-build-file:: inc/esp_wifi_types.inc