Skip to content

Commit 9759e90

Browse files
committed
pbio/sys/ev3: Enable program run light animation.
This makes it easier to see that a program is running, and it is consistent with expected behavior for EV3.
1 parent a1e93ca commit 9759e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/pbio/platform/ev3/pbsysconfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
#define PBSYS_CONFIG_STATUS_LIGHT (1)
1919
#define PBSYS_CONFIG_STATUS_LIGHT_BATTERY (0)
2020
#define PBSYS_CONFIG_STATUS_LIGHT_BLUETOOTH (0)
21-
#define PBSYS_CONFIG_STATUS_LIGHT_STATE_ANIMATIONS (0)
21+
#define PBSYS_CONFIG_STATUS_LIGHT_STATE_ANIMATIONS (1)
22+
#define PBSYS_CONFIG_STATUS_LIGHT_STATE_ANIMATIONS_HUE (120)
2223
#define PBSYS_CONFIG_USER_PROGRAM (1)
2324
#define PBSYS_CONFIG_USER_PROGRAM_AUTO_START (0)
2425
#define PBSYS_CONFIG_PROGRAM_STOP (1)

0 commit comments

Comments
 (0)