Skip to content

Commit

Permalink
Update ProtocolDefinitions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2025
1 parent 2d1aa8e commit b710ca8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ProtocolDefinitions
7 changes: 7 additions & 0 deletions blueye/protocol/types/message_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -3166,6 +3166,9 @@ class ErrorFlags(proto.Message):
USB disconnect.
video_urb_error (bool):
Video URB error.
hardware_not_supported (bool):
Hardware not supported on current blunux
version.
"""

pmu_comm_ack: bool = proto.Field(
Expand Down Expand Up @@ -3352,6 +3355,10 @@ class ErrorFlags(proto.Message):
proto.BOOL,
number=46,
)
hardware_not_supported: bool = proto.Field(
proto.BOOL,
number=47,
)


class CameraParameters(proto.Message):
Expand Down

0 comments on commit b710ca8

Please sign in to comment.