aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index 3f3271f..52e6751 100644
--- a/config.h
+++ b/config.h
@@ -85,6 +85,8 @@ values are commented out, but some have default values
// Default: 0
// #define USE_LOW_POWER_MODE ...
+#define USE_LOW_POWER_MODE 1
+
/*
Default Values Section
@@ -109,4 +111,8 @@ Do not touch stuff in this section, it only sets default values.
#define LOW_POWER 0
#endif
+#ifndef ENABLE_DEBUG_LOG
+#define ENABLE_DEBUG_LOG 1
+#endif
+
#endif