mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
examples/system/light_sleep:
Add some hints in README to remind users that they can try to power down the CPU and SPI Flash for lower power consumption.
This commit is contained in:
parent
2b14b7d061
commit
a7be8fddcb
@ -15,6 +15,11 @@ The example enables the following wakeup sources:
|
|||||||
|
|
||||||
The example also prints time spent in light sleep mode to illustrate that timekeeping continues while the chip is in light sleep.
|
The example also prints time spent in light sleep mode to illustrate that timekeeping continues while the chip is in light sleep.
|
||||||
|
|
||||||
|
Note: If you find that the bottom current measured by running this example is larger than what is declared on the datasheet, you can try the following methods:
|
||||||
|
|
||||||
|
- configure the CPU to be powered down via menuconfig(not all esp series support this feature)
|
||||||
|
- configure the SPI Flash to be powered down via menuconfig
|
||||||
|
|
||||||
## How to Use Example
|
## How to Use Example
|
||||||
|
|
||||||
### Hardware Required
|
### Hardware Required
|
||||||
|
Loading…
x
Reference in New Issue
Block a user