Skip to content

Commit 2546aed

Browse files
authored
Merge pull request #187 from BluEye-Robotics/jp-pino/hardware-support
Add hardware_supported error flag
2 parents e3d062d + 3efb881 commit 2546aed

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
@@ -699,6 +699,7 @@ message ErrorFlags {
699699
bool dvl_no_power = 44; // GP protection has been triggered at boot or faulty DVL.
700700
bool usb_disconnect = 45; // USB disconnect.
701701
bool video_urb_error = 46; // Video URB error.
702+
bool hardware_not_supported = 47; // Hardware not supported on current blunux version.
702703
}
703704

704705
// Available camera resolutions.

0 commit comments

Comments
 (0)