From 53e44d5ecee74b14d5125037fac9e971cc55a362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 26 Apr 2018 22:56:43 +0200 Subject: [PATCH] Add reference to deep sleep post for details --- docs/en/modules/node.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/en/modules/node.md b/docs/en/modules/node.md index 39efc83c..d8176ff9 100644 --- a/docs/en/modules/node.md +++ b/docs/en/modules/node.md @@ -87,7 +87,7 @@ dofile("hello.lc") Enters deep sleep mode, wakes up when timed out. -Theoretical maximum deep sleep duration can be found with [`node.dsleepMax()`](#nodedsleepmax) +Theoretical maximum deep sleep duration can be found with [`node.dsleepMax()`](#nodedsleepmax). ["Max deep sleep for ESP8266"](https://thingpulse.com/max-deep-sleep-for-esp8266/) claims the realistic maximum be around 3.5h. !!! caution @@ -135,13 +135,12 @@ Returns the current theoretical maximum deep sleep duration. !!! caution - While it is possible to specify a longer sleep time than the theoretical maximum sleep duration, it is not recommended to exceed this maximum. + While it is possible to specify a longer sleep time than the theoretical maximum sleep duration, it is not recommended to exceed this maximum. In tests documented at ["Max deep sleep for ESP8266"](https://thingpulse.com/max-deep-sleep-for-esp8266/) the device never woke up again if the specified sleep time was beyond `dsleepMax()`. !!! note - This theoretical maximum is dependent on ambient temperature. - (lower temp = shorter sleep duration, higher temp = longer sleep duration) + This theoretical maximum is dependent on ambient temperature: lower temp = shorter sleep duration, higher temp = longer sleep duration #### Syntax `node.dsleepMax()`