From 688f64fb9760ae84b6a4f1efbe7b1af7a6b7ed7a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 15 Jan 2023 18:12:06 -0600 Subject: [PATCH] Update mesh.proto --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 09fcaef..0fbb94c 100644 --- a/mesh.proto +++ b/mesh.proto @@ -641,7 +641,7 @@ message 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. */ - fixed32 locked_to = 5; + uint32 locked_to = 5; /* * Name of the waypoint - max 30 chars