From daf0e5ac94f7355b60901666d5d564218b05e478 Mon Sep 17 00:00:00 2001 From: Juan Pablo Pino Bravo Date: Mon, 7 Sep 2026 14:30:55 +0200 Subject: [PATCH] Add OverlayParameters.multibeam_enabled Lets the app toggle whether the multibeam sonar fan overlay is drawn onto recordings. --- protobuf_definitions/message_formats.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf_definitions/message_formats.proto b/protobuf_definitions/message_formats.proto index c7f1924b..02d0e3db 100644 --- a/protobuf_definitions/message_formats.proto +++ b/protobuf_definitions/message_formats.proto @@ -1154,6 +1154,7 @@ message OverlayParameters { string subtitle = 14; // Optional subtitle. string date_format = 16; // Posix strftime format string for time stamp. float shading = 17; // Pixel intensity to subtract from text background (0..1), 0: transparent, 1: black. + bool multibeam_enabled = 25; // If the multibeam sonar fan overlay should be drawn onto the recording. } // Complete set of supported guest port devices.