From d7c796f65fb66912aa022695a308e36c302a2bd7 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Fri, 9 Aug 2013 16:40:28 +0100 Subject: [PATCH] Decrease Sensinode example code size --- examples/sensinode/sensors-ipv6/project-conf.h | 3 ++- examples/sensinode/udp-ipv6/project-conf.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/sensinode/sensors-ipv6/project-conf.h b/examples/sensinode/sensors-ipv6/project-conf.h index baa6edfc4..053f48d85 100644 --- a/examples/sensinode/sensors-ipv6/project-conf.h +++ b/examples/sensinode/sensors-ipv6/project-conf.h @@ -46,6 +46,7 @@ #define BUTTON_SENSOR_CONF_ON 1 #define ADC_SENSOR_CONF_ON 1 -#define LPM_CONF_MODE 1 +#define LPM_CONF_MODE 0 +#define VIZTOOL_CONF_ON 0 #endif /* PROJECT_CONF_H_ */ diff --git a/examples/sensinode/udp-ipv6/project-conf.h b/examples/sensinode/udp-ipv6/project-conf.h index 17dd8fe8b..4e74d406e 100644 --- a/examples/sensinode/udp-ipv6/project-conf.h +++ b/examples/sensinode/udp-ipv6/project-conf.h @@ -46,5 +46,6 @@ #define BUTTON_SENSOR_CONF_ON 1 #define RIMESTATS_CONF_ENABLED 1 +#define VIZTOOL_CONF_ON 0 #endif /* PROJECT_CONF_H_ */