From 8a6b51d85f4a1d690b8e8fd0a7bc37490704490d Mon Sep 17 00:00:00 2001 From: beanstown106 Date: Tue, 20 Dec 2016 21:46:40 -0500 Subject: [PATCH] wahoo: Enable battery led and multicolor notif/battery leds * Updated comments with latest lights capabilities. Change-Id: I445277aeebccd8bf6b0897d51d6a0c29d173828c --- liblight/lights.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblight/lights.c b/liblight/lights.c index d5717488..6d5ae1a3 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -36,7 +36,7 @@ /* * Change this to 1 to support battery notifications via BatteryService */ -#define LIGHTS_SUPPORT_BATTERY 0 +#define LIGHTS_SUPPORT_BATTERY 1 #define CG_COLOR_ID_PROPERTY "ro.boot.hardware.color" static pthread_once_t g_init = PTHREAD_ONCE_INIT;