Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sdk:sleep-mode [2020/10/02 09:06]
juraschek [Requierments]
sdk:sleep-mode [2021/07/20 10:28] (current)
fachet
Line 5: Line 5:
 In the Deep Sleep State the CPU is basicly not running. The only component still running is our Power Managment Chip and will consum a very low current (<1mA). Please keep in mind you still need to have power supply attached to the router in the deep sleep State. ​ In the Deep Sleep State the CPU is basicly not running. The only component still running is our Power Managment Chip and will consum a very low current (<1mA). Please keep in mind you still need to have power supply attached to the router in the deep sleep State. ​
  
-===== Requierments ​=====+===== Requierements ​=====
  
 The Feature was introduce with NRSW Version 4.4.0.104 and newer. Please check our [[documentation:​releases|NRSW Releases]] Page for the most current download link.  The Feature was introduce with NRSW Version 4.4.0.104 and newer. Please check our [[documentation:​releases|NRSW Releases]] Page for the most current download link. 
Line 56: Line 56:
     MAXMSG ​         = 5;                            /* process max. 5 msgs                          */     MAXMSG ​         = 5;                            /* process max. 5 msgs                          */
     MAXAGE ​         = 300;                          /* message mustn'​t be older than 5 mins         */     MAXAGE ​         = 300;                          /* message mustn'​t be older than 5 mins         */
-    MAXLINES = 32; /* max. number of lines in msg (incl. header) ​  */+    MAXLINES     ​= 32;     ​/* max. number of lines in msg (incl. header) ​  */
     AUTH            = 1;                            /* perform authentication ​                      */     AUTH            = 1;                            /* perform authentication ​                      */
     ADMPWD ​         = ""; ​                          /* password used for authentication ​            */     ADMPWD ​         = ""; ​                          /* password used for authentication ​            */