mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add GroupInfo
This commit is contained in:
parent
90079e9001
commit
22a5d39fb6
1 changed files with 8 additions and 0 deletions
|
|
@ -887,6 +887,14 @@ enum CriticalErrorCode {
|
|||
RadioSpiBug = 11;
|
||||
}
|
||||
|
||||
/*
|
||||
* GroupInfo for group chats like #FoodFreaks and #CoolPeopleOnly
|
||||
*/
|
||||
message GroupInfo {
|
||||
repeated string group = 1 [(nanopb).max_length = 16, (nanopb).max_count = 10];
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Unique local debugging info for this node
|
||||
* Note: we don't include position or the user info, because that will come in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue