From 6fbcb672dc0381cea47da10a903a840bde68c22c Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sat, 19 Feb 2022 23:47:28 -0800 Subject: [PATCH] Add group_info to DeviceState --- deviceonly.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deviceonly.proto b/deviceonly.proto index e24b334..62263d1 100644 --- a/deviceonly.proto +++ b/deviceonly.proto @@ -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