Skip to content

Commit 77e9b45

Browse files
committed
Fix property name
1 parent 57f1bc4 commit 77e9b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,5 +1244,5 @@ message SurfaceUnitBattery {
12441244
// This message is published by the Surface Unit, and re-published by
12451245
// the drone over the communication protocol.
12461246
message SurfaceUnitVersionInfo {
1247-
string required_blunux_version = 1; // Surface Unit firmware version (x.y.z).
1247+
string firmware_version = 1; // Surface Unit firmware version (x.y.z).
12481248
}

0 commit comments

Comments
 (0)