File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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.
12461246message SurfaceUnitVersionInfo {
1247- string firmware_version = 1 ; // Surface Unit firmware version (x.y.z).
1247+ string version = 1 ; // Surface Unit firmware version (x.y.z).
12481248}
Original file line number Diff line number Diff line change @@ -287,3 +287,9 @@ message MultibeamDiscoveryTel {
287287message CPUInfoTel {
288288 CPUInfo cpu_info = 1 ; // CPU information.
289289}
290+
291+ // Surface Unit telemetry message.
292+ message SurfaceUnitTel {
293+ SurfaceUnitBatteryTel battery_info = 1 ; // Battery information.
294+ SurfaceUnitVersionInfo version_info = 2 ; // Version information.
295+ }
You can’t perform that action at this time.
0 commit comments