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_ */