From fc838f325a3b5840afbbca85f6e28ae72bc2c7e8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 15 Jan 2023 17:50:21 -0600 Subject: [PATCH] Change locked to locked_to --- mesh.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index c9a2251..09fcaef 100644 --- a/mesh.proto +++ b/mesh.proto @@ -638,9 +638,10 @@ message Waypoint { uint32 expire = 4; /* - * If true, only allow the original sender to update the waypoint. + * If greater than zero, treat the value as a nodenum only allowing them to update the waypoint. + * If zero, the waypoint is open to be edited by any member of the mesh. */ - bool locked = 5; + fixed32 locked_to = 5; /* * Name of the waypoint - max 30 chars