Skip to content

Commit 9615ba2

Browse files
Merge pull request #211 from BluEye-Robotics/add_usb_storage_device
Add External USB Storage to guest port devices
2 parents 71478e9 + 220be86 commit 9615ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ enum GuestPortDeviceID {
940940
GUEST_PORT_DEVICE_ID_BLUEPRINT_SUBSEA_OCULUS_M370S = 42; // Blueprint Subsea Oculus M370s.
941941
GUEST_PORT_DEVICE_ID_WATERLINKED_SONAR_3D15 = 43; // Waterlinked Sonar 3D-15.
942942
GUEST_PORT_DEVICE_ID_CERULEAN_TRACKER_650 = 44; // Cerulean Tracker 650.
943+
GUEST_PORT_DEVICE_ID_BLUEYE_EXTERNAL_USB_STORAGE = 45; // Blueye External USB Storage
943944
}
944945

945946
// Guest port number.

0 commit comments

Comments
 (0)