mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #101 from mc-hamster/group-chat
Add groups to payloadVariant
This commit is contained in:
commit
95e22ccebd
1 changed files with 5 additions and 0 deletions
|
|
@ -1115,6 +1115,11 @@ message FromRadio {
|
|||
* NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.
|
||||
*/
|
||||
bool rebooted = 9;
|
||||
|
||||
/*
|
||||
* Groups
|
||||
*/
|
||||
GroupInfo groups = 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue