From 66e926740acb30518d1fdcb901d1cc0b0d48122c Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 8 Mar 2020 14:03:08 -0700 Subject: [PATCH] fix minor doc errors --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index 2b4af87..09bfc42 100644 --- a/mesh.proto +++ b/mesh.proto @@ -275,7 +275,7 @@ Note: we don't include position or the user info, because that will come in the Sent to the phone in response to WantNodes. */ message MyNodeInfo { - /// Tells the phone what our node number is, can be -1 if we've not yet joined a mesh. + /// 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; /// if false it would be great if the phone can help provide gps coordinates @@ -302,7 +302,7 @@ message MyNodeInfo { message DeviceState { RadioConfig radio = 1; - /// Tells the phone what our node number is, can be -1 if we've not yet joined a mesh. + /// Read only settings/info about this node MyNodeInfo my_node = 2; /// My owner info