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 {
1244
1244
// This message is published by the Surface Unit, and re-published by
1245
1245
// the drone over the communication protocol.
1246
1246
message SurfaceUnitVersionInfo {
1247
- string firmware_version = 1 ; // Surface Unit firmware version (x.y.z).
1247
+ string version = 1 ; // Surface Unit firmware version (x.y.z).
1248
1248
}
Original file line number Diff line number Diff line change @@ -287,3 +287,9 @@ message MultibeamDiscoveryTel {
287
287
message CPUInfoTel {
288
288
CPUInfo cpu_info = 1 ; // CPU information.
289
289
}
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