blue led color
This commit is contained in:
parent
f50bb56ad7
commit
869f92169d
|
@ -93,7 +93,7 @@ public class NotificationService {
|
||||||
|
|
||||||
public static final Object CATCHUP_LOCK = new Object();
|
public static final Object CATCHUP_LOCK = new Object();
|
||||||
|
|
||||||
private static final int LED_COLOR = 0xffffffff;
|
private static final int LED_COLOR = 0xff0000ff;
|
||||||
|
|
||||||
private static final long[] CALL_PATTERN = {0, 500, 300, 600};
|
private static final long[] CALL_PATTERN = {0, 500, 300, 600};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue