aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-07-25 17:35:57 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-07-25 18:00:42 +0200
commit77e261f12089bd7db854d21fc81a42eaa60e0b67 (patch)
treeb925284f465b97625f35f1d3a7a1dbeaf78f05e8 /config.h
parent29e624aaa14b98a45f0408e0b1925b60136871d3 (diff)
downloadtrygvisio_soil_moisture-77e261f12089bd7db854d21fc81a42eaa60e0b67.tar.gz
trygvisio_soil_moisture-77e261f12089bd7db854d21fc81a42eaa60e0b67.tar.bz2
trygvisio_soil_moisture-77e261f12089bd7db854d21fc81a42eaa60e0b67.tar.xz
trygvisio_soil_moisture-77e261f12089bd7db854d21fc81a42eaa60e0b67.zip
o Even better debug code.
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7ab5ac8..7f9a235 100644
--- a/config.h
+++ b/config.h
@@ -109,4 +109,9 @@
#define LOW_POWER 0
#endif
+// Default to Serial port.
+#ifndef DEBUG_SINK
+#define DEBUG_SINK 2
+#endif
+
#endif