Skip to content

Commit 761dbb0

Browse files
authored
Revert "Imagenex 831L"
1 parent 9c2844d commit 761dbb0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.2" />
17-
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.2">
16+
<PackageReference Include="Google.Protobuf" Version="3.29.0" />
17+
<PackageReference Include="Google.Protobuf.Tools" Version="3.29.0">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="Grpc.Tools" Version="2.68.1">
21+
<PackageReference Include="Grpc.Tools" Version="2.67.0">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

protobuf_definitions/message_formats.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ 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
843842
}
844843

845844
// GuestPort number.

0 commit comments

Comments
 (0)