From 3e70448a0f31b2868dccbe13862df35bea939b74 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 20 Mar 2022 15:58:42 +1100 Subject: [PATCH] Rename to location_share_disabled for consistency --- radioconfig.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioconfig.proto b/radioconfig.proto index bee5fcf..dd4020d 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -512,7 +512,7 @@ message RadioConfig { /* * Should we disbale location sharing with other nodes (or the local phone) */ - bool disable_location_share = 32; + bool location_share_disabled = 32; /* * Should the GPS be disabled for this node?