docs: remove duplicate "the" articles

This commit is contained in:
Ivan Grokhotkov
2022-10-05 11:57:52 +02:00
parent 12f4ea94aa
commit 8048d596a2
11 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ The ESP-IDF Software Bootloader performs the following functions:
Bootloader is located at the address {IDF_TARGET_BOOTLOADER_OFFSET} in the flash.
For a full description of the startup process including the the ESP-IDF bootloader, see :doc:`startup`.
For a full description of the startup process including the ESP-IDF bootloader, see :doc:`startup`.
.. _bootloader-compatibility:

View File

@@ -570,7 +570,7 @@ An ESP-WIFI-MESH network channel switch can be triggered by either the router or
Root Node Triggered
"""""""""""""""""""
**A root node triggered channel switch can only occur when the ESP-WIFI-MESH network is not connected to a router**. By calling :cpp:func:`esp_mesh_switch_channel`, the root node will set an initial Channel Switch Count value and begin including a CSA element in its beacon frames. Each CSA element is then received by second layer nodes, and forwarded downstream in the their own beacon frames.
**A root node triggered channel switch can only occur when the ESP-WIFI-MESH network is not connected to a router**. By calling :cpp:func:`esp_mesh_switch_channel`, the root node will set an initial Channel Switch Count value and begin including a CSA element in its beacon frames. Each CSA element is then received by second layer nodes, and forwarded downstream in their own beacon frames.
Router Triggered
""""""""""""""""

View File

@@ -508,7 +508,7 @@ The scan type and other per-scan attributes are configured by :cpp:func:`esp_wif
- min=0, max>0: scan dwells on each channel for ``max`` ms.
- min>0, max>0: the minimum time the scan dwells on each channel is ``min`` ms. If no AP is found during this time frame, the scan switches to the next channel. Otherwise, the scan dwells on the channel for ``max`` ms.
If you want to improve the performance of the the scan, you can try to modify these two parameters.
If you want to improve the performance of the scan, you can try to modify these two parameters.
There are also some global scan attributes which are configured by API :cpp:func:`esp_wifi_set_config()`, refer to `Station Basic Configuration`_