mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add group_info to DeviceState
This commit is contained in:
parent
5a3890a7b3
commit
6fbcb672dc
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ message DeviceState {
|
|||
*/
|
||||
repeated MeshPacket receive_queue = 5;
|
||||
|
||||
/*
|
||||
* Group Info
|
||||
*/
|
||||
GroupInfo group_info = 6;
|
||||
|
||||
/*
|
||||
* A version integer used to invalidate old save files when we make
|
||||
* incompatible changes This integer is set at build time and is private to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue