mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add name and description to Location
This commit is contained in:
parent
7ea5bd3922
commit
503219c38c
2 changed files with 14 additions and 1 deletions
|
|
@ -44,4 +44,7 @@
|
|||
|
||||
|
||||
#This value may want to be a few bytes smaller to compensate for the parent fields.
|
||||
*Compressed.data max_size:237
|
||||
*Compressed.data max_size:237
|
||||
|
||||
*Location.name max_size:40
|
||||
*Location.description max_size:160
|
||||
10
mesh.proto
10
mesh.proto
|
|
@ -646,6 +646,16 @@ message Location {
|
|||
*/
|
||||
bool locked = 5;
|
||||
|
||||
/*
|
||||
* Name of the location - max 40 chars
|
||||
*/
|
||||
string name = 6;
|
||||
|
||||
/**
|
||||
* Description of the location - max 160 chars
|
||||
*/
|
||||
string description = 7;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue