Skip to content

Commit

Permalink
Changed drive command to map to ELECTRICAL device
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing-Rover committed Mar 15, 2024
1 parent 80dae98 commit 77b1b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/messages/serial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final nameToDevice = <String, Device>{
ArmCommand().messageName: Device.ARM,
GripperCommand().messageName: Device.GRIPPER,
ElectricalCommand().messageName: Device.ELECTRICAL,
DriveCommand().messageName: Device.DRIVE,
DriveCommand().messageName: Device.ELECTRICAL,
ScienceCommand().messageName: Device.SCIENCE,
};

Expand Down

0 comments on commit 77b1b0f

Please sign in to comment.