Add group_info to DeviceState

pull/100/head
Jm Casler 2022-02-19 23:47:28 -08:00
rodzic 5a3890a7b3
commit 6fbcb672dc
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -42,6 +42,11 @@ message DeviceState {
*/ */
repeated MeshPacket receive_queue = 5; repeated MeshPacket receive_queue = 5;
/*
* Group Info
*/
GroupInfo group_info = 6;
/* /*
* A version integer used to invalidate old save files when we make * 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 * incompatible changes This integer is set at build time and is private to