From bbe4d602e136aa5026927084998044d8856dfbaa Mon Sep 17 00:00:00 2001 From: Song Ruo Jing Date: Fri, 23 Feb 2024 10:45:15 +0800 Subject: [PATCH] doc(pm): improve english description --- docs/en/api-reference/system/sleep_modes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/system/sleep_modes.rst b/docs/en/api-reference/system/sleep_modes.rst index 5f32cc155b..d142ecd554 100644 --- a/docs/en/api-reference/system/sleep_modes.rst +++ b/docs/en/api-reference/system/sleep_modes.rst @@ -260,7 +260,7 @@ RTC peripherals or RTC memories do not need to be powered on during sleep in thi .. note:: - Due to hardware limitation, When we use multi-IOs for EXT1 wakeup, it is not allowed to configue these IOs to different triggering modes, and there is corresponding inspection mechanism in :cpp:func:`esp_sleep_enable_ext1_wakeup_io`. + Due to hardware limitation, when we use more than one IO for EXT1 wakeup, it is not allowed to configure different wakeup levels for the IOs, and there is corresponding inspection mechanism in :cpp:func:`esp_sleep_enable_ext1_wakeup_io`. .. warning::