aboutsummaryrefslogtreecommitdiffstats
path: root/init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.hpp')
-rw-r--r--init.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.hpp b/init.hpp
index fc2a53f..59ed455 100644
--- a/init.hpp
+++ b/init.hpp
@@ -19,6 +19,9 @@
#define INIT_DATETIME_MIN 45
#define INIT_DATETIME_SEC 00
+// Time (ms) before entering sleep
+#define ENTER_SLEEP_DELAY 10000
+
// Init every componement
void init_all();