From a8da85a73f2a016b7c27b46adb3346db99373d78 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 13:32:22 -0500 Subject: [PATCH] Clarification --- meshtastic/mqtt.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mqtt.proto b/meshtastic/mqtt.proto index 7cbf5d0..4edf0c4 100644 --- a/meshtastic/mqtt.proto +++ b/meshtastic/mqtt.proto @@ -108,5 +108,5 @@ 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; + bool has_opted_report_location = 14; }