We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cac0e commit f52ca55Copy full SHA for f52ca55
protobuf_definitions/message_formats.proto
@@ -184,6 +184,7 @@ message RecordState {
184
bool multibeam_is_recording = 5; // If the multibeam is recording.
185
int32 multibeam_seconds = 6; // Multibeam record time (s).
186
float multibeam_fps = 9; // Multibeam record fps.
187
+ StorageLocation storage_location = 10; // Storage location used for recording.
188
}
189
190
// Interval type for time-lapse photos.
0 commit comments