Skip to content

Commit bfeda74

Browse files
committed
Fix EV3 left/right LED names
1 parent 9474f03 commit bfeda74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/devices/Led.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ namespace Ev3devKit.Devices {
2828
/**
2929
* Device name of the left LEDs on the EV3 brick.
3030
*/
31-
public const string EV3_LEFT = "ev3:left";
31+
public const string EV3_LEFT = "led0";
3232

3333
/**
3434
* Device name of the right LEDs on the EV3 brick.
3535
*/
36-
public const string EV3_RIGHT = "ev3:right";
36+
public const string EV3_RIGHT = "led1";
3737

3838
string _name;
3939
/**

0 commit comments

Comments
 (0)