From 50b2d8b0f0a6b0288713d371f2fe54edf6b3caf8 Mon Sep 17 00:00:00 2001 From: therootlord Date: Sat, 9 Dec 2017 18:02:01 -0200 Subject: [PATCH] sanders: lights: change to slow blink pattern --- liblight/lights.c | 2 +- vendorsetup.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 vendorsetup.sh diff --git a/liblight/lights.c b/liblight/lights.c index 31e26da..ee4078c 100644 --- a/liblight/lights.c +++ b/liblight/lights.c @@ -140,7 +140,7 @@ set_light_notifications(struct light_device_t* dev, pthread_mutex_lock(&g_lock); if (is_lit(state)) - brightness_level = LED_LIGHT_BLINK_FAST; + brightness_level = LED_LIGHT_BLINK_SLOW; else brightness_level = LED_LIGHT_OFF; diff --git a/vendorsetup.sh b/vendorsetup.sh old mode 100644 new mode 100755