add battery sensor

This commit is contained in:
Harald Pichler 2013-01-23 09:20:11 +01:00
parent ab3f3c8644
commit 808a249862
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
#define REST_RES_LEDS 0
#define REST_RES_TOGGLE 0
#define REST_RES_LIGHT 0
#define REST_RES_BATTERY 0
#define REST_RES_BATTERY 1
#define REST_RES_RADIO 0

View file

@ -36,7 +36,7 @@
//#define PLATFORM_HAS_BUTTON 1
//#define PLATFORM_HAS_LIGHT 1
#define PLATFORM_HAS_TEMPERATURE 1
//#define PLATFORM_HAS_BATTERY 1
#define PLATFORM_HAS_BATTERY 1
//#define PLATFORM_HAS_SHT11 1
#define SICSLOWPAN_CONF_FRAG 1