From 98d6c096d0a1c094c8b6f1a71e4ead7379e5818d Mon Sep 17 00:00:00 2001 From: Marcel Petrick Date: Fri, 16 Feb 2024 00:44:51 +0100 Subject: [PATCH] fix(docs): Minor fixes to light_sleep example README.md This commit fixes minor issues with the README.md file in examples/system/light_sleep. --- examples/system/light_sleep/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/system/light_sleep/README.md b/examples/system/light_sleep/README.md index 628813c07f..a4b35ed179 100644 --- a/examples/system/light_sleep/README.md +++ b/examples/system/light_sleep/README.md @@ -17,7 +17,7 @@ The example also prints time spent in light sleep mode to illustrate that timeke 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 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 @@ -114,8 +114,6 @@ In this example, current consumption in light sleep mode is in the range of 0.8 ![Current consumption in active mode](image/light_sleep_scope_zoom.png) - ## Troubleshooting If pressing the button attached to GPIO0 does not affect program behavior, check DTR/RTS configuration in the serial monitor. This is not necessary for IDF monitor, but for other tools it might be necessary to set DTR and RTS line state to "disabled" or "de-asserted". -