mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Also add to UserLite
This commit is contained in:
parent
ca6ea45b52
commit
af475e6472
1 changed files with 5 additions and 0 deletions
|
|
@ -94,6 +94,11 @@ message UserLite {
|
|||
* This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
|
||||
*/
|
||||
bytes public_key = 7;
|
||||
|
||||
/*
|
||||
* Whether or not the node can be messaged
|
||||
*/
|
||||
bool is_unmessagable = 9;
|
||||
}
|
||||
|
||||
message NodeInfoLite {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue