From a3f4d292ff0a35cc9f7aaa3d928752fdfd8694bd Mon Sep 17 00:00:00 2001 From: Eren Terzioglu Date: Fri, 24 Apr 2026 14:29:57 +0200 Subject: [PATCH] Docs/platforms/esp32c3: Add BLE sleep Add BLE sleep docs for esp32[-c3] Signed-off-by: Eren Terzioglu --- .../platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst index 48c1d9fba5a..8a313748066 100644 --- a/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst +++ b/Documentation/platforms/risc-v/esp32c3/boards/esp32c3-devkit/index.rst @@ -154,6 +154,9 @@ Get the list of BLE devices found around you:: advertiser data: 10 09 4d 69 20 XX XX XX XX XX XX XX XX XX XX 20 e nsh> +To decrease power consumption, ``CONFIG_ESPRESSIF_AUTO_SLEEP`` needs to be enabled. This option +makes the device automatically enter the low power consumption mode when in the idle state + bmp180 ------