MySensors Library & Examples  2.3.2
Macros
+ Collaboration diagram for Sleep:

Detailed Description

These options control sleep configurations.

Macros

#define MY_SLEEP_TRANSPORT_RECONNECT_TIMEOUT_MS   (10*1000ul)
 Timeout (in ms) to re-establish link if node is send to sleep and transport is not ready.
 
#define MY_SMART_SLEEP_WAIT_DURATION_MS   (500ul)
 The wait period (in ms) before going to sleep when using smartSleep-functions. More...
 

Macro Definition Documentation

◆ MY_SMART_SLEEP_WAIT_DURATION_MS

#define MY_SMART_SLEEP_WAIT_DURATION_MS   (500ul)

The wait period (in ms) before going to sleep when using smartSleep-functions.

This period has to be long enough for controller to be able to send out potential buffered messages.

Definition at line 1218 of file MyConfig.h.