kopia lustrzana https://github.com/espressif/esp-idf
docs: fixed misc broken links
rodzic
3c2c9206dd
commit
1315f85e01
|
@ -74,7 +74,7 @@ esp_err_t gpio_set_intr_type(gpio_num_t gpio_num, gpio_int_type_t intr_type);
|
||||||
*
|
*
|
||||||
* @note ESP32: Please do not use the interrupt of GPIO36 and GPIO39 when using ADC or Wi-Fi and Bluetooth with sleep mode enabled.
|
* @note ESP32: Please do not use the interrupt of GPIO36 and GPIO39 when using ADC or Wi-Fi and Bluetooth with sleep mode enabled.
|
||||||
* Please refer to the comments of `adc1_get_raw`.
|
* Please refer to the comments of `adc1_get_raw`.
|
||||||
* Please refer to Section 3.11 of <a href="https://espressif.com/documentation/eco_and_workarounds_for_bugs_in_esp32_en.pdf">ESP32 ECO and Workarounds for Bugs</a> for the description of this issue.
|
* Please refer to Section 3.11 of <a href="https://espressif.com/sites/default/files/documentation/eco_and_workarounds_for_bugs_in_esp32_en.pdf">ESP32 ECO and Workarounds for Bugs</a> for the description of this issue.
|
||||||
* As a workaround, call adc_power_acquire() in the app. This will result in higher power consumption (by ~1mA),
|
* As a workaround, call adc_power_acquire() in the app. This will result in higher power consumption (by ~1mA),
|
||||||
* but will remove the glitches on GPIO36 and GPIO39.
|
* but will remove the glitches on GPIO36 and GPIO39.
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,7 +5,7 @@ Asio is a cross-platform C++ library, see https://think-async.com/Asio/. It prov
|
||||||
|
|
||||||
The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
The ESP-IDF component `ASIO` has been moved from ESP-IDF since version v5.0 to a separate repository:
|
||||||
|
|
||||||
* `ASIO component on GitHub <https://github.com/espressif/esp-protocols/components/asio>`__
|
* `ASIO component on GitHub <https://github.com/espressif/esp-protocols/tree/master/components/asio>`__
|
||||||
|
|
||||||
Hosted Documentation
|
Hosted Documentation
|
||||||
--------------------
|
--------------------
|
||||||
|
|
|
@ -119,7 +119,7 @@ The second device has joined the Thread network as a router (or a child).
|
||||||
|
|
||||||
## Extension commands
|
## Extension commands
|
||||||
|
|
||||||
You can refer to the [extension command](../extension_command/README.md) about the extension commands.
|
You can refer to the [extension command](https://github.com/espressif/esp-thread-br/blob/main/components/esp_ot_cli_extension/README.md) about the extension commands.
|
||||||
|
|
||||||
The following examples are supported by `ot_cli`:
|
The following examples are supported by `ot_cli`:
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue