aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-25 05:12:59 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-25 06:08:19 +0200
commitd317fdb0c737e6b1994da3f01c39937292c1e56f (patch)
tree665b0744c1bbab4cde2c03321845173366dfdf3a /config.h
parent44c35350f8131e9998274ce4b3194d116250d379 (diff)
downloadtrygvisio_soil_moisture-d317fdb0c737e6b1994da3f01c39937292c1e56f.tar.gz
trygvisio_soil_moisture-d317fdb0c737e6b1994da3f01c39937292c1e56f.tar.bz2
trygvisio_soil_moisture-d317fdb0c737e6b1994da3f01c39937292c1e56f.tar.xz
trygvisio_soil_moisture-d317fdb0c737e6b1994da3f01c39937292c1e56f.zip
o Adding a Debug class that delegates to Serial to control where the debug output goes.
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