From 098a378c86b4d22fa1061067a3192df6de239344 Mon Sep 17 00:00:00 2001 From: xiongweichao Date: Mon, 3 Jul 2023 19:51:32 +0800 Subject: [PATCH] docs(bt/example): Updated bluetooth power save readme --- examples/bluetooth/nimble/power_save/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/bluetooth/nimble/power_save/README.md b/examples/bluetooth/nimble/power_save/README.md index ff7c77ba87..20c6d83c43 100644 --- a/examples/bluetooth/nimble/power_save/README.md +++ b/examples/bluetooth/nimble/power_save/README.md @@ -8,8 +8,9 @@ This example is based on the [bleprph](../bleprph) example to show how to use th If the modem sleep mode is enabled, bluetooth will switch periodically between active and sleep. In sleep state, RF, PHY and BB are turned off in order to reduce power consumption. +For more information about sleep modes, please refer to [Sleep Modes](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/sleep_modes.html). -This example contains five build configurations. For each configuration, a few configuration options are set: +This example contains some build configurations. For each configuration, a few configuration options are set: - `sdkconfig.defaults.esp32`: ESP32 uses 32kHz XTAL as low power clock in light sleep enabled. - `sdkconfig.defaults.esp32c3`: ESP32C3 uses 32kHz XTAL as low power clock in light sleep enabled. - `sdkconfig.40m.esp32c3`: ESP32C3 uses main XTAL as low power clock in light sleep enabled.