From 3d5990ec7b803d1a98c9000bc09a8a652b9e7890 Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Mon, 8 Feb 2021 12:20:36 +0800 Subject: [PATCH] fix docs --- mesh.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mesh.proto b/mesh.proto index f6772f5..7262312 100644 --- a/mesh.proto +++ b/mesh.proto @@ -63,9 +63,10 @@ message Data { } /* Broadcast when a newly powered mesh node wants to find a node num it can use -// Sent from the phone over bluetooth to set the user id for the owner of this + +Sent from the phone over bluetooth to set the user id for the owner of this node. -// Also sent from nodes to each other when a new node signs on (so all clients +Also sent from nodes to each other when a new node signs on (so all clients can have this info) The algorithm is as follows: @@ -95,7 +96,7 @@ message User { // a globally unique ID string for this user. In the case of // Signal that would mean +16504442323, for the default macaddr - // derived id it would be !<6 hexidecimal bytes> + // derived id it would be !<8 hexidecimal bytes> string id = 1; // A full name for this user, i.e. "Kevin Hester"