mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Apply 2 suggestion(s) to 2 file(s)
This commit is contained in:
committed by
wangtao@espressif.com
parent
0d60862933
commit
15f1425f67
@ -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.
|
@ -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_ON));
|
||||||
ESP_ERROR_CHECK(esp_sleep_pd_config(ESP_PD_DOMAIN_RTC8M, ESP_PD_OPTION_OFF));
|
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 场景下低功耗模式介绍
|
Wi-Fi 场景下低功耗模式介绍
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
Reference in New Issue
Block a user