mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -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
af805df3cb
commit
001c6f5e86
@ -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.
|
||||
|
||||
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
|
||||
|
||||
### Hardware Required
|
||||
|
Loading…
x
Reference in New Issue
Block a user