Apply 2 suggestion(s) to 2 file(s)

This commit is contained in:
Krzysztof Budzynski 2023-12-05 16:26:24 +08:00 committed by wangtao@espressif.com
parent 0d0de9da6b
commit 58713b0b8a
2 changed files with 4 additions and 2 deletions

View File

@ -2,4 +2,6 @@ Low Power Mode User Guide
==========================
:link_to_translation:`zh_CN:[中文]`
:link_to_translation:`zh_CN:[中文]`
The document has not been translated into English yet. In the meantime, please refer to the Chinese version.

View File

@ -441,7 +441,7 @@ Deep-sleep 有如下可配置选项:
ESP_ERROR_CHECK(esp_sleep_pd_config(ESP_PD_DOMAIN_RTC8M, ESP_PD_OPTION_ON));
ESP_ERROR_CHECK(esp_sleep_pd_config(ESP_PD_DOMAIN_RTC8M, ESP_PD_OPTION_OFF));
.. only:: esp32 or esp32s2 or esp32c3 or esp32s3 or esp32c6 or esp32c2
.. only:: SOC_WIFI_SUPPORTED
Wi-Fi 场景下低功耗模式介绍
----------------------------------