From 3a35144931d64674f7978a391d0358a8d8aa5dde Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 14:13:12 -0500 Subject: [PATCH] Update module_config.proto --- meshtastic/module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 06ca899..588def6 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -99,7 +99,7 @@ message ModuleConfig { /* * Whether we should report our location to the map */ - optional bool should_report_location = 3; + bool should_report_location = 3; } /*