From 2cb162a3036b8513c743f05bd4f06aacb0b0680d Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 21 May 2020 20:30:56 -0700 Subject: [PATCH] nodenums are positive --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 6765691..d87c930 100644 --- a/mesh.proto +++ b/mesh.proto @@ -475,7 +475,7 @@ Sent to the phone in response to WantNodes. message MyNodeInfo { /// Tells the phone what our node number is, default starting value is lowbyte /// of macaddr, but it will be fixed if that is already in use - int32 my_node_num = 1; + uint32 my_node_num = 1; /// if false it would be great if the phone can help provide gps coordinates bool has_gps = 2;