Loading...
Searching...
No Matches
Go to the documentation of this file.
8#ifndef _CC_WAKE_UP_CONFIG_H_
9#define _CC_WAKE_UP_CONFIG_H_
30#if !defined(CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC)
31#define CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC 300
38#if !defined(CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC)
39#define CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC 20
46#if !defined(CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC)
47#define CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC 86400
54#if !defined(CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC)
55#define CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC 20