Skip to content

Commit 9c2844d

Browse files
authored
Merge pull request #178 from BluEye-Robotics/imagenex-831l
Imagenex 831L
2 parents 4d1003e + 989f530 commit 9c2844d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Blueye.Protocol.Protobuf.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
17-
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.0">
16+
<PackageReference Include="Google.Protobuf" Version="3.29.2" />
17+
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.2">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="Grpc.Tools" Version="2.67.0">
21+
<PackageReference Include="Grpc.Tools" Version="2.68.1">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ enum GuestPortDeviceID {
839839
GUEST_PORT_DEVICE_ID_CERULEAN_OMNISCAN_450SS = 37; // Cerulean Omniscan 450 SS
840840
GUEST_PORT_DEVICE_ID_BLUEYE_GNSS_DEVICE = 38; // Blueye GNSS device
841841
GUEST_PORT_DEVICE_ID_WATERLINKED_DVL_A50_600 = 39; // Waterlinked DVL A50 600m
842+
GUEST_PORT_DEVICE_ID_IMAGENEX_831L = 40; // Imagenex 831L Pipe Profiling Sonar
842843
}
843844

844845
// GuestPort number.

0 commit comments

Comments
 (0)