Skip to content

Commit f52ca55

Browse files
committed
Add storage location to recording state
To know which storage location is used for the ongoing recording.
1 parent e9cac0e commit f52ca55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ message RecordState {
184184
bool multibeam_is_recording = 5; // If the multibeam is recording.
185185
int32 multibeam_seconds = 6; // Multibeam record time (s).
186186
float multibeam_fps = 9; // Multibeam record fps.
187+
StorageLocation storage_location = 10; // Storage location used for recording.
187188
}
188189

189190
// Interval type for time-lapse photos.

0 commit comments

Comments
 (0)