Skip to content

Commit 81f62ff

Browse files
Fix peripheral name in enum
1 parent 2457540 commit 81f62ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ enum GuestPortDeviceID {
999999
GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15 = 43; // Waterlinked Sonar 3D-15.
10001000
GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 = 44; // Cerulean Tracker 650.
10011001
GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE = 45; // Blueye External USB Storage.
1002-
GUEST_PORT_DEVICE_ID_BLUEYE_MULTIBEAM_SERVO = 46; // Blueye Multibeam Skid Servo V2.
1002+
GUEST_PORT_DEVICE_ID_BLUEYE_MULTIBEAM_SERVO_V2 = 46; // Blueye Multibeam Skid Servo V2.
10031003
}
10041004

10051005
// Guest port number.

0 commit comments

Comments
 (0)