From ce21ff1b761a429153d198748bc5f0de86af16aa Mon Sep 17 00:00:00 2001 From: philippe44 Date: Mon, 18 Sep 2023 22:34:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e165357dc..1489b477f 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ The NVS parameter `sleep_config` is mostly used for setting sleep conditions [delay=][,sleep=[:0|1]][,wake=[:0|1][|[:0|1]...][,rtc=[:0|1][|[:0|1]...][,batt=][,spurious=] ``` - delay: inactivity in **minutes** before going to sleep -- spurious: when using IR, wake-up can be triggered by any activity on the allocated GPIO, hence other remotes may cause unwanted wake-up. This sets (in **minutes**) an inactivity delay after which sleep resumes. +- spurious: when using IR, wake-up can be triggered by any activity on the allocated GPIO, hence other remotes may cause unwanted wake-up. This sets (in **minutes** - default is 1) an inactivity delay after which sleep resumes. - sleep: GPIO that will put the system into sleep and it can be a level 0 or 1. - wake: **list** of GPIOs that with cause it to wake up (reboot) with their respective values. In such list, GPIO's are separated by an actual '|'. - batt: threshold in **volts** under which the system will enter into sleep.