mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
fix docs
This commit is contained in:
parent
3473446418
commit
3d5990ec7b
1 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue