Skip to content

Commit 7b61642

Browse files
committed
Improve documentation and include multibeam
1 parent f308367 commit 7b61642

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protobuf_definitions/control.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message WatchdogCtrl {
4747
uint32 client_id = 2; // The ID of the client, received in the ConnectClientRep response.
4848
}
4949

50-
// Issue a command to start video recording.
50+
// Issue a command to start video or multibeam recording.
5151
message RecordCtrl {
5252
RecordOn record_on = 1; // Message specifying which cameras to record.
5353
StorageLocation storage_location = 2; // Storage location to use for the recordings.

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ message DiveTime {
592592
int32 value = 1; // Number of seconds the drone has been submerged.
593593
}
594594

595-
// Which cameras are supposed to be recording.
595+
// Which cameras or multibeam are supposed to be recording.
596596
message RecordOn {
597597
bool main = 1; // Record the main camera.
598598
bool guestport = 2; // Record external camera.

0 commit comments

Comments
 (0)