Skip to content

Commit a87f3bc

Browse files
committed
Add hardware_supported error flag
1 parent e3d062d commit a87f3bc

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_supported = 47; // Hardware supported on current blunux version.
702703
}
703704

704705
// Available camera resolutions.

0 commit comments

Comments
 (0)