From 1e507865aaab8cb686e0dda03a8f095fab6eca62 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 13:31:31 -0500 Subject: [PATCH] Clarification --- meshtastic/mqtt.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/mqtt.proto b/meshtastic/mqtt.proto index 00c2b2e..7cbf5d0 100644 --- a/meshtastic/mqtt.proto +++ b/meshtastic/mqtt.proto @@ -106,6 +106,7 @@ message MapReport { /* * User has opted in to share their location (map report) with the mqtt server + * Controlled by map_report.should_report_location */ bool has_opted_in = 14; }