sanders: lights: change to slow blink pattern

This commit is contained in:
therootlord
2017-12-09 18:02:01 -02:00
parent a5113e636c
commit 50b2d8b0f0
2 changed files with 1 additions and 1 deletions

View File

@@ -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;

0
vendorsetup.sh Normal file → Executable file
View File