Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ message RecordState {
bool multibeam_is_recording = 5; // If the multibeam is recording.
int32 multibeam_seconds = 6; // Multibeam record time (s).
float multibeam_fps = 9; // Multibeam record fps.
StorageLocation storage_location = 10; // Storage location used for recording.
}

// Interval type for time-lapse photos.
Expand Down