Skip to content

Commit 16fe974

Browse files
Merge pull request #171 from BluEye-Robotics/js/usb_flags
Add error flags for usb disconnect and video urb errors
2 parents 68324f6 + fb046e1 commit 16fe974

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ message ErrorFlags {
664664
bool gp_20v_current = 42; // Max 20V current exceeded on GP
665665
bool dvl_thermal_protection_mode = 43; // DVL is in thermal protection mode
666666
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL
667+
bool usb_disconnect = 45; // USB disconnect
668+
bool video_urb_error = 46; // Video URB error
667669
}
668670

669671
// Available camera resolutions.

0 commit comments

Comments
 (0)